// ==UserScript== // @name Rehost cover to... // @version 0.91 // @description Rehost an existing cover image to a whitelisted site // @author Chameleon // @include http*://*redacted.ch/torrents.php?id=* // @include http*://*redacted.ch/forums.php?*threadid=1737* // @grant GM_xmlhttpRequest // @namespace https://greasyfork.org/users/87476 // @downloadURL none // ==/UserScript== (function() { 'use strict'; if(window.location.href.indexOf("threadid=1737") != -1) showSettings(); if(window.location.href.indexOf("torrents.php") != -1) showRehost(); })(); function showRehost() { var settings = getSettings(); var whitelisted = ["imgur.com", "ptpimg.me"]; var imgSrc = document.getElementById('cover_div_0').getElementsByTagName('img')[0].src; for(var i=0; iretrying in 1 second'; window.setTimeout(repeatFunc, 1000); } } }