blob: 16e4666f61aaa66d87032748c0354dc9113d0fef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// ==UserScript==
// @name RARBG
// @include *://rarbg.to/*
// ==/UserScript==
/* ~/.config/qutebrowser/greasemonkey/rarbg.css.js :: */
GM_addStyle(`
body {
background: none !important;
}
`);
|