Huray!! it works!! just now!!
First of all, problems suddenly came when I edited my profile directly in friendster
just minutes ago and then when I save it, the codes were all gone!. I don't know why,
so I visited this site and search for answers. and I have successfully done it!
What I did is,
I just convert my Old "October.css" to "October.js"
**note: "October.css" is were I put my hide codes, backgrounds, etc.**
Use this if you have problems regarding your old links, codes that
have been filtered/blocked by the Friendster team.
If your file is already in JS extension, go directly to first page.
but if your file is in CSS extension, use this method:
"this is not my own copy, I just get it from other people here"
[spoiler]var css = document.createElement("link");
function injectcss() {
if(window.cssinjected == undefined) {
cssinjected = 1;
var css = document.createElement("link");
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href"," ***YOUR CSS LINK***");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);
}
}injectcss();[/spoiler]
Then save the file to "js" extension.
then proceed to what SimplyMe shared to us.
[url]http://theftalk.com/t54447-Friendster-Linker-%5Bupdated%5D.html[/url]
Let me know what comes up after doing this tips.
I'm just glad I fixed my profile back again, so I want to
spread the virus..I mean.. spread some tips hehehe
The only problem is, the codes are too
slow to load and I don't know how to
improve it. If anyone know, please
share it.
WARNING: Dont edit your profile because there are times that they might filtered it and
never work again. So do it now while it's working just like what I did recently.
If you are going to edit your profile. Just edit your CSS file like my October.Css
don't just edit your profile directly in friendster.
use Ripway if it is possible. I save my files there css and js extensions, believe me
it's working!! if it is still not working to you, maybe you did something wrong.
View my profile: [spoiler][url]http://profiles.friendster.com/exclusiveblue[/url][/spoiler]
Last edited by GeeLiuBee (2009-01-24 05:18:05)