// ==UserScript== // @name Block sites // @namespace http://tampermonkey.net/ // @version 0.1 // @description Chặn chuyển hướng trang web. // @author * // @match http*://shopee.vn/* // @match http*://lazada.vn/* // @match http*://*.lazada.vn/* // @match http*://tiki.vn/* // @match http*://*.club/* // @match http*://*.bet/* // @match http*://*bet*.*/* // @match http*://*b52*.*/* // @match http*://*f8*.*/* // @match http*://*f88*.*/* // @match http*://*bk8*.*/* // @match http*://*uk88*.*/* // @match http*://*vip79*.*/* // @match http*://*i9*.*/* // @match http*://*88*.*/* // @match http*://*okvip*.*/* // @match http*://*win*.*/* // @match http*://*taiwin*.*/* // @match http*://*taiiwin*.*/* // @match http*://*68*.*/* // @match http*://*tai*.*/* // @match http*://*rik*.*/* // @match http*://*fun*.*/* // @match http*://*lucky*.*/* // @match http*://*86*.*/* // @match http*://ww0*.*.*/* // @match http*://*king*.*/* // @grant GM_addStyle // @run-at document-start // @downloadURL https://update.greasyfork.icu/scripts/497581/Block%20sites.user.js // @updateURL https://update.greasyfork.icu/scripts/497581/Block%20sites.meta.js // ==/UserScript== window.location.href="about:blank";