• ARCHIVES 
  • » as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

Pages: 12345..5

as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide codes.. maybe u can use this for better performance.. anyway, i know only few wil use this.. [quote]if ( ! attachOnLoadHandler(function () { rdiv();})) window.onload = function () { rdiv();}; function rdiv() { var a=document.getElementById("[b]ID_HERE[/b]"); a.parentNode.removeChild(a); }[/quote] to hide another box just simply insert the [b]BOLD[/b] into... [quote]if ( ! attachOnLoadHandler(function () { rdiv();})) window.onload = function () { rdiv();}; function rdiv() { var a=document.getElementById("[b]ID_HERE[/b]"); a.parentNode.removeChild(a); var b=document.getElementById("[b]ID_HERE_2[/b]"); b.parentNode.removeChild(b); }[/quote] look for this in the script [b]id_here[/b] you can change that into the id's of the boxes.. Get the div ids here .... [url=http://theftalk.com/t13870-Friendster-ID-Class.html]Div IDs[/url] save as js file okei.. sample... hiding google ads. [quote]if ( ! attachOnLoadHandler(function () { rdiv();})) window.onload = function () { rdiv();}; function rdiv() { var a=document.getElementById("[b]14[/b]"); a.parentNode.removeChild(a); }[/quote] just shared this trick coz maybe somebody wil ask if there is a hide code for js users :thumbsup:

Last edited by xavierkym (2007-10-27 13:40:11)

ezil2007
» FTalkGeek
FTalk Level: zero
1426
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

woo! nice trick again =) better copy that code for emergency purposes XD
Kira
» n00b
FTalk Level: zero
21
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

It's not working in my page :paranoid:

Last edited by Kira (2007-08-02 10:10:50)

xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

its working just fine in my test profile.. :thumbsup: i tried to hide ads_2_3
rhyme_w/out_reason
» n00b
FTalk Level: zero
60
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

hmmp. mao naba ni? is this is it?.... [i]eto na ba yun?[/i] o iba i2?

Last edited by rhyme_w/out_reason (2007-08-02 10:33:03)

xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

^ lol this is not the show hide trick... this is not the one like in my profile.. this a hide trick itself.. like removing.. :thumbsup:

Last edited by xavierkym (2007-08-02 10:31:47)

dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

again? nice tricks [b]geek[/b] :ninja: :cake:
diabolicious
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

Wow.. this is cool! another trick :thumbsup:
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

tnx for the comments guys.. :D
FoRsAkEnKiD
» FTalkGeek
FTalk Level: zero
1241
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

[quote=xavierkym]instead of using css hide codes.. maybe u can use this for better performance..[/quote] Hmm.. imho, i think its better to use the CSS Hide Codes instead of this script version, since it (css) loads faster than the scripts (especially if you have a bulk of scripts on your page). But thanks for sharing anyway. =|
loolo
» FTalker
FTalk Level: zero
108
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

wah,nice code.But i'm still have problem with js :crybaby: :crybaby:
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

I think this is easy [quote]if ( ! attachOnLoadHandler(function () { rdiv();})) window.onload = function () { rdiv();}; function rdiv() { var a=document.getElementById("[b]ID_HERE[/b]"); a.parentNode.removeChild(a); }[/quote] to hide another box just simply insert the [b]BOLD[/b] into... [quote]if ( ! attachOnLoadHandler(function () { rdiv();})) window.onload = function () { rdiv();}; function rdiv() { var a=document.getElementById("[b]ID_HERE[/b]"); a.parentNode.removeChild(a); [b] var b=document.getElementById("ID_HERE_2"); b.parentNode.removeChild(b);[/b] }[/quote]

Last edited by feruzz (2007-08-04 12:42:23)

TA Juleigtin Siahaan
» FTalkAgent
FTalk Level: zero
2150
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

[quote=feruzz]I think this is easy [quote]window.onload=function(){rDiv()}; function rDiv() { var a=document.getElementById("[b]ID_HERE[/b]"); a.parentNode.removeChild(a); }[/quote] to hide another box just simply insert the [b]BOLD[/b] into... [quote]window.onload=function(){rDiv()}; function rDiv() { var a=document.getElementById("[b]ID_HERE[/b]"); a.parentNode.removeChild(a); [b] var b=document.getElementById("ID_HERE_2"); b.parentNode.removeChild(b);[/b] }[/quote] [/quote] wew.. :D :D Cool explaination Bro feruzz.. :thumbsup: :P :eh:
diabolicious
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

i dont know the id of marfillaster's WVM sidebox and I want to hide it using this code how can i do it?
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

@diabolicious<">[quote=feruzz]I think this is easy [quote]window.onload=function(){rDiv()}; function rDiv() { var a=document.getElementById("[b]ID_HERE[/b]"); a.parentNode.removeChild(a); }[/quote] to hide another box just simply insert the [b]BOLD[/b] into... [quote]window.onload=function(){rDiv()}; function rDiv() { var a=document.getElementById("[b]ID_HERE[/b]"); a.parentNode.removeChild(a); [b] var b=document.getElementById("ID_HERE_2"); b.parentNode.removeChild(b);[/b] }[/quote] [/quote] cant hide the google ads using this.. =)

Last edited by xavierkym (2007-08-04 08:23:55)

feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

^ it can...you should try it =) first try <">

Last edited by feruzz (2007-08-04 12:43:36)

Kira
» n00b
FTalk Level: zero
21
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

Nice code =)
dheetiij's
» FTalkGeek
FTalk Level: zero
1019
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

wow,nice tnx 4 sharin :thumbsup:
aVryLLeaL
» n00b
FTalk Level: zero
13
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

Oh-oowWwhh . . . :wasted: I thought "code for hiding your friendster profile code". So that they can't view ur source even w/out the right click.
diabolicious
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

I want something that makes the mainnav invisible but it still there :crybaby:
  • ARCHIVES 
  • » as the title says, this is a hide trick.. it means hide/removing... let's say u want to hide google ads.. =) just follow the steps below.. :D just sharing this trick.. instead of using css hide code

Pages: 12345..5

Board footer

© 2024 F Talk

Current time is 02:56

[ 10 queries - 0.028 second ]
Privacy Policy