Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name reddit_desktop_redirect
// @namespace https://github.com/unt0uchable
// @description Redirect mobile version to desktop version
// @updateURL https://gist.github.com/unt0uchable/2c211091453631b6997480350088f050/raw/1fdcfe8970939b02af09878700770e727daf6546/reddit_desktop_redirect.user.js
// @downloadURL https://gist.github.com/unt0uchable/2c211091453631b6997480350088f050/raw/1fdcfe8970939b02af09878700770e727daf6546/reddit_desktop_redirect.user.js
// @homepage https://gist.github.com/unt0uchable/2c211091453631b6997480350088f050
// @include http://*m.reddit.com*
// @include https://*m.reddit.com*
// @include http://*reddit.com/*.compact*
// ==UserScript==
// @name imgur_desktop_redirect
// @namespace https://github.com/unt0uchable
// @description Redirect to direct image
// @updateURL https://gist.github.com/unt0uchable/487adcf34d8fbae32803ae5ae5de2c3c/raw/5c16378a804eb63cb4283e09241eb2e6baa78070/imgur_desktop_redirect.user.js
// @downloadURL https://gist.github.com/unt0uchable/487adcf34d8fbae32803ae5ae5de2c3c/raw/5c16378a804eb63cb4283e09241eb2e6baa78070/imgur_desktop_redirect.user.js
// @homepage https://gist.github.com/unt0uchable/487adcf34d8fbae32803ae5ae5de2c3c
// @include http://*imgur.com/*
// @include https://*imgur.com/*
// @version 1
// ==UserScript==
// @name gifv_desktop_redirect
// @namespace https://github.com/unt0uchable
// @description Redirect imgur gifv to gif
// @updateURL https://gist.github.com/unt0uchable/93626400da47a682b07b5c8addd27706/raw/14b8c175002926a592391274ca1d16fe832da2dd/gifv_desktop_redirect.user.js
// @downloadURL https://gist.github.com/unt0uchable/93626400da47a682b07b5c8addd27706/raw/14b8c175002926a592391274ca1d16fe832da2dd/gifv_desktop_redirect.user.js
// @homepage https://gist.github.com/unt0uchable/93626400da47a682b07b5c8addd27706
// @include http://*imgur*.gifv
// @include https://*imgur*.gifv
// @version 1
// ==UserScript==
// @name Pornbay Quick Thumbnail Preview
// @namespace https://github.com/unt0uchable/
// @description Pornbay quick thumbnail preview. Based on https://github.com/LenAnderson/Empornium-Quick-Thumbnail-Preview
// @updateURL https://gist.github.com/unt0uchable/5fcf462dff411bba313202beb5b423e9/raw/05d7f74ae32f67c7981ea26333ecb6fd0229d609/pornbay_quick_thumbnail_preview.user.js
// @downloadURL https://gist.github.com/unt0uchable/5fcf462dff411bba313202beb5b423e9/raw/05d7f74ae32f67c7981ea26333ecb6fd0229d609/pornbay_quick_thumbnail_preview.user.js
// @homepage https://gist.github.com/unt0uchable/5fcf462dff411bba313202beb5b423e9
// @version 0.1
// @grant GM_getValue
// @grant GM_setValue
// ==UserScript==
// @name dev_pornbay_prev
// @namespace2 unt0uchable
// @description Displays torrent images when cursor hovers over torrent link (scroll with arrows or wheel).
// @author unt0uchable
// @version 0.1
// @downloadURL https://gist.github.com/unt0uchable/e28f0b4a3a87f77e2d3b68bb1ad16a94/raw/bd5a9e988420f8c550207516f2ac5d6b210260bf/dev_pornbay_prev.user.js
// @updateURL https://gist.github.com/unt0uchable/e28f0b4a3a87f77e2d3b68bb1ad16a94/raw/bd5a9e988420f8c550207516f2ac5d6b210260bf/dev_pornbay_prev.user.js
// @include *pornbay.org/*
// @include http://pornbay.org/torrents.php*
// ==UserScript==
// @name dev_emp_prev
// @namespace2 unt0uchable
// @description Displays torrent images when cursor hovers over torrent link (scroll with arrows or wheel).
// @author unt0uchable
// @version 0.1
// @downloadURL https://gist.github.com/unt0uchable/af0c49ff84341c72ac0b994f1e5a9da8/raw/87409c1bb1e035d1ad6b2b8d006783f869af0fb2/dev_emp_prev.user.js
// @updateURL https://gist.github.com/unt0uchable/af0c49ff84341c72ac0b994f1e5a9da8/raw/87409c1bb1e035d1ad6b2b8d006783f869af0fb2/dev_emp_prev.user.js
// @include http://torrents.empornium.me/torrents.php*
// @include http://torrents.empornium.me/user.php*
// ==UserScript==
// @name dev_mxnet_prev_th
// @namespace2 unt0uchable
// @description Displays torrent images when cursor hovers over torrent thumbnail (scroll with arrows or wheel). Based on dev_emp_prev_th.user.js, which is based on Empornium Quick Thumbnail Preview by LenAnderson (https://github.com/LenAnderson/Empornium-Quick-Thumbnail-Preview).
// @author unt0uchable
// @version 0.99
// @downloadURL https://gist.github.com/unt0uchable/e324d74715efe393925032f597e219e1/raw/4fdac71842926c9e8eac4a8326b9ab1cc23328bc/dev_mxnet_prev_th.user.js
// @updateURL https://gist.github.com/unt0uchable/e324d74715efe393925032f597e219e1/raw/4fdac71842926c9e8eac4a8326b9ab1cc23328bc/dev_mxnet_prev_th.user.js
// @include *magnetxxx.net/*
// @include http://magnetxxx.net/torrents.php*
// ==UserScript==
// @name dev_cheggit_prev_th
// @namespace2 unt0uchable
// @description Displays torrent images when cursor hovers over torrent thumbnail (scroll with arrows or wheel). Based on dev_emp_prev_th.user.js, which is based on Empornium Quick Thumbnail Preview by LenAnderson (https://github.com/LenAnderson/Empornium-Quick-Thumbnail-Preview).
// @author unt0uchable
// @version 0.99
// @downloadURL https://gist.github.com/unt0uchable/ed78261c60b0fcdc92044eb706456a48/raw/bca98aae84cf0c56bd99b59a40e13a2531ae66bd/dev_cheggit_prev_th.user.js
// @updateURL https://gist.github.com/unt0uchable/ed78261c60b0fcdc92044eb706456a48/raw/bca98aae84cf0c56bd99b59a40e13a2531ae66bd/dev_cheggit_prev_th.user.js
// @include *cheggit.me/*
// @include http://www.cheggit.me/torrents.php*
// ==UserScript==
// @name dev_emp_prev_th
// @namespace2 unt0uchable
// @description Displays torrent images when cursor hovers over torrent thumbnail (scroll with arrows or wheel). Based on Empornium Quick Thumbnail Preview by LenAnderson (https://github.com/LenAnderson/Empornium-Quick-Thumbnail-Preview).
// @author unt0uchable
// @version 0.99
// @downloadURL https://gist.github.com/unt0uchable/612cf3064d5fd1d51865ed155de5b9b9/raw/fa1bd0cad580d70cb89536c9899c578c7687994d/dev_emp_prev_th.user.js
// @updateURL https://gist.github.com/unt0uchable/612cf3064d5fd1d51865ed155de5b9b9/raw/fa1bd0cad580d70cb89536c9899c578c7687994d/dev_emp_prev_th.user.js
// @include http://torrents.empornium.me/torrents.php*
// @include http://torrents.empornium.me/user.php*
// ==UserScript==
// @name wikipedia_desktop_redirect
// @namespace https://jspenguin.org/monkey
// @description Redirect mobile wikipedia to desktop version
// @include http://*.m.wikipedia.org/*
// @include https://*.m.wikipedia.org/*
// @version 1
// @grant none
// ==/UserScript==