Skip to content

Instantly share code, notes, and snippets.

@unt0uchable
Last active April 15, 2016 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unt0uchable/e28f0b4a3a87f77e2d3b68bb1ad16a94 to your computer and use it in GitHub Desktop.
Save unt0uchable/e28f0b4a3a87f77e2d3b68bb1ad16a94 to your computer and use it in GitHub Desktop.
// ==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*
// @include http://pornbay.org/user.php*
// @include http://pornbay.org/collages.php?id*
// @include http://pornbay.org/collage.php*
// @include http://pornbay.org/bookmarks.php*
// @include http://pornbay.org/top10.php*
// @grant GM_xmlhttpRequest
// @grant GM_getResourceURL
// @grant GM_getValue
// @grant GM_setValue
// ==/UserScript==
(function() {
var foo = true;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment