NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name BLT anti pop // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://blogtruyen.vn/* // @grant none // @run-at document-start // @license MIT // ==/UserScript== function setCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); var expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } //window.addEventListener('load', (event) => { setCookie("btpop1","Popunder",2); setCookie("btpop2","Popunder",2); setCookie("btpop3","Popunder",2); //});