NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Autoclose Tool // @namespace AutocloseTool // @version 1.0 // @match https://legacy.hackerexperience.com/internet* // ==/UserScript== if(/exists/i.test(document.body.textContent)) window.close();