// ==UserScript== // @name Test Greasemonkey script // @description Testing Greasemonkey // @author amcooper // @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt // @match *://* // @run-at document-end // ==/UserScript== console.log("Test Greasemonkey script"); window.location.replace("https://qutebrowser.org");