fill up the input boxes
copy paste in notepad
then remove .rtd { display:none; } on your css
add .groups{display:none;} and .fanof{display:none;} on your css
then save as .css
then go & save at any hosting site like:
http://stormpages.com
http://ripway.com
then make another notepad file and copy paste the js code
im borrowing switpotato's js codes
/***********************************************
* Centered Profile W/ friends-http://www.friendsterforum.com *
************************************************/
// css inject
var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";css.href = "COMPLETE CSS URL HERE";
css.media = "screen, print";document.getElementsByTagName("head")[0].appendChild(css);
// friends repositioning code
function rePost(){
document.getElementById("0").parentNode.appendChild(document.getElementById("2"));
}
setTimeout("rePost()",1000);
then save as .js
then go & save at any hosting site like:
http://stormpages.com
http://ripway.com
thats all..thank u...
0 comments:
Post a Comment