summaryrefslogtreecommitdiff
path: root/.config/qutebrowser
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-03-22 07:49:52 +0100
committerAdam Stück <adam@adast.xyz>2023-04-28 20:31:52 +0200
commit1abce784cf269fd98ee5faa09e52ba642f2e61ec (patch)
tree716d9b1961dc7235c665747454f03d5f488bffac /.config/qutebrowser
parentc1fae7c333a7c89347b1955e23aadae47e28f20f (diff)
switched from i3 to sway
Diffstat (limited to '.config/qutebrowser')
l---------[-rw-r--r--].config/qutebrowser/greasemonkey/code.js19
-rw-r--r--.config/qutebrowser/greasemonkey/darkreader.js30
l---------[-rw-r--r--].config/qutebrowser/greasemonkey/dumb.js20
l---------[-rw-r--r--].config/qutebrowser/greasemonkey/invidious.js14
l---------[-rw-r--r--].config/qutebrowser/greasemonkey/nitter.js16
l---------[-rw-r--r--].config/qutebrowser/greasemonkey/rimgo.js17
l---------[-rw-r--r--].config/qutebrowser/greasemonkey/teddit.js27
7 files changed, 6 insertions, 137 deletions
diff --git a/.config/qutebrowser/greasemonkey/code.js b/.config/qutebrowser/greasemonkey/code.js
index d28a85f..bcbc022 100644..120000
--- a/.config/qutebrowser/greasemonkey/code.js
+++ b/.config/qutebrowser/greasemonkey/code.js
@@ -1,18 +1 @@
-// ==UserScript==
-// @name AnonymousOverflow
-// @version 1.0
-// @match *://stackoverflow.com/*
-// @match *://*.stackoverflow.com/*
-// @grant none
-// @run-at document-start
-// ==/UserScript==
-
-(function () {
- 'use strict';
-
- var instances = [
- "code.whatever.social",
- ];
-
- top.location.hostname = instances[Math.floor(Math.random()*instances.length)];
-})();
+/home/adam/.config/qutebrowser/greasemonkey-available/code.js \ No newline at end of file
diff --git a/.config/qutebrowser/greasemonkey/darkreader.js b/.config/qutebrowser/greasemonkey/darkreader.js
deleted file mode 100644
index 9ea2139..0000000
--- a/.config/qutebrowser/greasemonkey/darkreader.js
+++ /dev/null
@@ -1,30 +0,0 @@
-// ==UserScript==
-// @name Dark Reader (Unofficial)
-// @icon https://darkreader.org/images/darkreader-icon-256x256.png
-// @namespace DarkReader
-// @description Inverts the brightness of pages to reduce eye strain
-// @version 4.7.15
-// @author https://github.com/darkreader/darkreader#contributors
-// @homepageURL https://darkreader.org/ | https://github.com/darkreader/darkreader
-// @run-at document-end
-// @grant none
-// @include http*
-// @include qute*
-// @exclude *://discord.com/*
-// @exclude *://github.com/*
-// @exclude *://*sr.ht*/*
-// @exclude *://invidious.*
-// @exclude *://yewtu.be/*
-// @exclude *://teddit.*
-// @exclude *://*translate*/*
-// @exclude *://*.thomann.de/*
-// @exclude *://*.adast.xyz/*
-// @require https://cdn.jsdelivr.net/npm/darkreader/darkreader.min.js
-// @noframes
-// ==/UserScript==
-
-DarkReader.enable({
- brightness: 100,
- contrast: 100,
- sepia: 0
-});
diff --git a/.config/qutebrowser/greasemonkey/dumb.js b/.config/qutebrowser/greasemonkey/dumb.js
index 18507ea..38fa4e5 100644..120000
--- a/.config/qutebrowser/greasemonkey/dumb.js
+++ b/.config/qutebrowser/greasemonkey/dumb.js
@@ -1,19 +1 @@
-// ==UserScript==
-// @name Dumb
-// @version 1.0
-// @description genius to dumb
-// @match *://genius.com/*
-// @match *://*.genius.com/*
-// @grant none
-// @run-at document-start
-// ==/UserScript==
-
-(function () {
- 'use strict';
-
- var instances = [
- "sing.whatever.social",
- ];
-
- top.location.hostname = instances[Math.floor(Math.random()*instances.length)];
-})();
+/home/adam/.config/qutebrowser/greasemonkey-available/dumb.js \ No newline at end of file
diff --git a/.config/qutebrowser/greasemonkey/invidious.js b/.config/qutebrowser/greasemonkey/invidious.js
index 023ac7d..0c4b1a3 100644..120000
--- a/.config/qutebrowser/greasemonkey/invidious.js
+++ b/.config/qutebrowser/greasemonkey/invidious.js
@@ -1,13 +1 @@
-// ==UserScript==
-// @name Invidious
-// @description youtube to invidious
-// @match *://youtube.com/*
-// @match *://*.youtube.com/*
-// @grant none
-// @run-at document-start
-// ==/UserScript==
-
-(function () {
- 'use strict';
- top.location.hostname = "yewtu.be";
-})();
+/home/adam/.config/qutebrowser/greasemonkey-available/invidious.js \ No newline at end of file
diff --git a/.config/qutebrowser/greasemonkey/nitter.js b/.config/qutebrowser/greasemonkey/nitter.js
index 40e99b9..6afba98 100644..120000
--- a/.config/qutebrowser/greasemonkey/nitter.js
+++ b/.config/qutebrowser/greasemonkey/nitter.js
@@ -1,15 +1 @@
-// ==UserScript==
-// @name Nitter
-// @namespace https://gist.github.com/bitraid/d1901de54382532a03b9b22a207f0417
-// @version 1.0
-// @description twitter to nitter
-// @match *://twitter.com/*
-// @match *://mobile.twitter.com/*
-// @grant none
-// @run-at document-start
-// ==/UserScript==
-
-(function () {
- 'use strict';
- top.location.hostname = "nitter.net";
-})();
+/home/adam/.config/qutebrowser/greasemonkey-available/nitter.js \ No newline at end of file
diff --git a/.config/qutebrowser/greasemonkey/rimgo.js b/.config/qutebrowser/greasemonkey/rimgo.js
index 1f65f83..d9dfe71 100644..120000
--- a/.config/qutebrowser/greasemonkey/rimgo.js
+++ b/.config/qutebrowser/greasemonkey/rimgo.js
@@ -1,16 +1 @@
-// ==UserScript==
-// @name Rimgo
-// @match http://imgur.com/*
-// @match https://imgur.com/*
-// @match http://i.imgur.com/*
-// @match https://i.imgur.com/*
-// @match http://www.imgur.com/*
-// @match https://www.imgur.com/*
-// @grant none
-// @run-at document-start
-// ==/UserScript==
-
-(function () {
- 'use strict';
- top.location.hostname = "rimgo.bus-hit.me";
-})();
+/home/adam/.config/qutebrowser/greasemonkey-available/rimgo.js \ No newline at end of file
diff --git a/.config/qutebrowser/greasemonkey/teddit.js b/.config/qutebrowser/greasemonkey/teddit.js
index 408e421..9956c1b 100644..120000
--- a/.config/qutebrowser/greasemonkey/teddit.js
+++ b/.config/qutebrowser/greasemonkey/teddit.js
@@ -1,26 +1 @@
-// ==UserScript==
-// @name Teddit
-// @version 1.0
-// @description reddit to teddit
-// @match *://reddit.com/*
-// @match *://*.reddit.com/*
-// @grant none
-// @run-at document-start
-// ==/UserScript==
-
-(function () {
- 'use strict';
-
- var instances = [
- "teddit.zaggy.nl",
- "teddit.namazso.eu",
- "reddit.lol",
- "teddit.totaldarkness.net",
- "teddit.adminforge.de",
- "teddit.bus-hit.me",
- "td.vern.cc",
- "teddit.sethforprivacy.com"
- ];
-
- top.location.hostname = instances[Math.floor(Math.random()*instances.length)];
-})();
+/home/adam/.config/qutebrowser/greasemonkey-available/teddit.js \ No newline at end of file