NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Block All Popups in My Blogs // @namespace Violentmonkey Scripts // @match *://faucetautoclaimfree.blogspot.com/* // @match *://*.trangchu.news/* // @match *://*.downfile.site/* // @match *://*.shortzon.com/* // @match *://*.coinadfly.com/* // @match *://*.bclikeqt.com/* // @match *://*.bitcoinly.in/* // @match *://*.vshort.link/* // @match *://*.linkres.in/* // @match *://*.linkad.in/* // @match *://*.cashurl.in/* // @match *://*.fc-lc.com/* // @match *://*.cuturl.in/* // @match *://*.bcvc.xyz/* // @match *://*.mitly.us/* // @match *://*.aii.sh/* // @match *://*.iir.ai/* // @version 3.6 // @author Blogger Pemula // @run-at document-start // @license GPL-3.0-or-later // @grant GM_xmlhttpRequest // @require https://code.jquery.com/jquery-3.6.0.min.js // @copyright 2022+, Bloggerpemula (https://openuserjs.org/users/Bloggerpemula) // @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode // @license GPL-3.0-or-later; https://www.gnu.org/licenses/gpl-3.0.txt // @description This Script will Block All Popup in my Blog, Some Shortlinks Sites that need to Block and All Popup from the Faucet Rotator // ==/UserScript== const blockonclick = new Function("console.log('Blocked By BloggerPemula')") function BlockPopup(e){return 1} parent.open=BlockPopup; this.open=BlockPopup; window.open=BlockPopup; onload=BlockPopup; window.open = function(){ return;} onload = function(){ return;} this.open = function(){ return;} parent.open = function(){ return;} unsafeWindow.open = function(){};