Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
Empornium Simplify 4.0.0
filter by seed number <br> get direct download links <br> put thumbnails on search page <br> get rid of ads
basically this script is designed to let you not have to leave the search results page
|
|
Great job!
function getPicsLinks(htmlSource, rowID) {
htmlSource = strBetween(htmlSource, 'Peers', 'Add Comment');
while (true) {
// get link element
link = strBetween(htmlSource, 'fullpic.php', 'a>');
link = link.replace("'>", ">");
imgI = htmlSource.indexOf('fullpic.php');
if (imgI == -1) {break;}
linkElem = '<a href="http://www.empornium.us/fullpic.php' + link + 'a>';
htmlSource = htmlSource.substring(imgI+21);
// insert into html
var rows = new Array();
var rows = document.getElementsByTagName('table')[13].getElementsByTagName("tr");
for (var x=0;x < rows.length;x++) {
if (rows[x].id == rowID) {
var i = x+1;
}
}
if (document.getElementById("r"+rowID)) {
document.getElementById("r"+rowID).innerHTML = document.getElementById("r"+rowID).innerHTML + linkElem;
} else {
var x=document.getElementsByTagName('table')[13].insertRow(i);
var y=x.insertCell(0)
y.colSpan = 11;
y.id = "r"+rowID;
y.bgColor = "#a9c5dd";
y.innerHTML=linkElem;
}
}
}
It'll be great if you included this mod in a future release |
|
|
Your script is AMAZING! Saved me tons of time! ;) If future versions were able to exclude type, like Anime, Comics or Porn Games it would become my favorite script! Thanks! |
|
|
script updated v4.0.0
|
|
|
script updated v3.0.0
|
You could comment on this script if you were logged in.
