Icons on your address bar.
5 posters
Page 1 of 1
Icons on your address bar.
do you want to replace with you own image in the address bar?
Here is the solution on that.
code:
Instruction:
Save as JS!
Just edit the blue part!
be sure that the image u have applied end in <blink>.ico.</blink>
site for images?
you can find those here!
click me :]]
Here is the solution on that.
code:
var link = document.createElement("link");
link.type = "image/x-icon";
link.rel = "icon";
link.href = "ico image";
document.getElementsByTagName('head')[0].appendChild(link);
Instruction:
Save as JS!
Just edit the blue part!
be sure that the image u have applied end in <blink>.ico.</blink>
site for images?
you can find those here!
click me :]]
Re: Icons on your address bar.
spamming?zhixnit wrote:thnx for sharing :D
works on opera?i tried to FF but i got fucking errors..nicecrampcream wrote:do you want to replace with you own image in the address bar?
Here is the solution on that.
code:
Quote:
var link = document.createElement("link");
link.type = "image/x-icon";
link.rel = "icon";
link.href = "ico image";
document.getElementsByTagName('head')[0].appendChild(link);
Instruction:
Save as JS!
Just edit the blue part!
be sure that the image u have applied end in <blink>.ico.</blink>
site for images?
you can find those here!
click me :]]
ill provide a screen later..
Null- DPC Guest
-
Posts : 625
Age : 34
Joined date : 2009-10-29
Location : Regina Parquez's Heart
Cash : 27729
Re: Icons on your address bar.
Null wrote:spamming?zhixnit wrote:thnx for sharing :Dworks on opera?i tried to FF but i got fucking errors..nicecrampcream wrote:do you want to replace with you own image in the address bar?
Here is the solution on that.
code:
Quote:
var link = document.createElement("link");
link.type = "image/x-icon";
link.rel = "icon";
link.href = "ico image";
document.getElementsByTagName('head')[0].appendChild(link);
Instruction:
Save as JS!
Just edit the blue part!
be sure that the image u have applied end in <blink>.ico.</blink>
site for images?
you can find those here!
click me :]]
ill provide a screen later..
^
maybe the image u've used is not the appropriate one...
sometimes it still depends on wat browsers ur using..
thanks for sharing this..
jhennyz- DPC Addict
-
Posts : 148
Age : 32
Joined date : 2010-03-04
Location : ~NOWHERETOFiND~
Cash : 27541
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum