You are seeing no results because of the filters that have been set, please go to the Next or Previous page to check for results or re-define your search.
').insertAfter( $('h2') );
}
}
}
/* Modify main torrent pages to reflect the main settings */
if($('#detailsframe')){
var torrentID = url.split('/')[4];
if(torrentify==true){
var torrentURL = document.URL.replace('/' + sitedomain,'/torrents.' + sitedomain).replace('/torrent/','/');
var tpbc_torrent_icon = document.createElement('a');
var linkText = document.createTextNode('DOWNLOAD THIS TORRENT');
tpbc_torrent_icon.appendChild(linkText);
tpbc_torrent_icon.title = 'Download this torrent';
tpbc_torrent_icon.href = torrentURL + ' [The Pirate Bay Cleaner].torrent';
$('.download').append(tpbc_torrent_icon);
$("a[href$='.torrent']").on('click', function(e){
if(save_history==true){
torrent_history_array.unshift(torrentID + '<' + dateNow() + '>');
torrent_history = torrent_history_array.join();
GM_setValue("torrent_history",torrent_history);
}
});
}
if(save_history==true && torrent_history_array.length > 0){
for(var i=0; i