NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Fuck BetterJsPop
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Fuck BetterJsPop
// @author metafox12345
// @include http://*/*
// @include https://*/*
// @grant none
// ==/UserScript==
window.onload = function () {
if (window.BetterJsPop) {
window.BetterJsPop._stack = [];
window.BetterJsPop.add = function () { console.log('[Fuck BetterJSPop] fucked BetterJSPop'); };
delete window.BetterJsPop;
}
};