Skip to content

Instantly share code, notes, and snippets.

@unt0uchable
Last active April 15, 2016 06:21
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/af0c49ff84341c72ac0b994f1e5a9da8 to your computer and use it in GitHub Desktop.
Save unt0uchable/af0c49ff84341c72ac0b994f1e5a9da8 to your computer and use it in GitHub Desktop.
// ==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*
// @include http://torrents.empornium.me/collages.php?id*
// @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