// ==UserScript== // @name RARBG // @include *://rarbg.to/* // ==/UserScript== /* ~/.config/qutebrowser/greasemonkey/rarbg.css.js :: */ GM_addStyle(` body { background: none !important; } `);