Posts

Showing posts from October, 2023
 // ==UserScript== // @name         Remove Adblock Thing // @namespace    http://tampermonkey.net/ // @version      1.8 // @description  Removes Adblock Thing // @author       JoelMatic // @match        https://www.youtube.com/* // @icon         https://www.google.com/s2/favicons?sz=64&domain=youtube.com // @updateURL    https://github.com/TheRealJoelmatic/RemoveAdblockThing/raw/main/Youtube-Ad-blocker-Reminder-Remover.user.js // @downloadURL  https://github.com/TheRealJoelmatic/RemoveAdblockThing/raw/main/Youtube-Ad-blocker-Reminder-Remover.user.js // @grant        none // ==/UserScript== (function()  {     //     //      Config     //     // Enable The Undetected Adblocker     const adblocker = true;     // Enable The Popup remover    ...