Empornium Simplify 5.1.0

By Howard Last update Aug 15, 2009 — Installed 3,071 times. Daily Installs: 9, 10, 8, 3, 6, 4, 5, 7, 4, 4, 8, 8, 5, 6, 2, 5, 2, 6, 3, 9, 4, 3, 5, 4, 7, 8, 4, 7, 6, 4, 8

Archived Comments (locked)

Subscribe to Archived Comments 6 posts, 5 voices

Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
hurriKane User

Excelent script! Thank you!

treas0n is right, it does look better that way on smaller (standard) resolutions.. if you have a 1920 by 1080 pixels resolution (like me), it looks just fine.

Edit 1:

Could you also make it work on "*empornium.us/userdetails*" ? Thank you!

Edit2:

Could you also make it work for puretna.com? Thanks!

 
treas0n Scriptwright

Great job!
IMHO, It would look better if the pictures were in a new row instead of many columns
Replace the getPicLinks() function with this to see what i mean:

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

 
phR3d User

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!

 
Howard Script's Author

script updated

v4.0.0
* fixed script for site update
* disabled script on detail pages. wasn't working right

 
Howard Script's Author

script updated

v3.0.0
* removes side banners and top banner

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel