Sinisterly
Javascript:Change the Text :P - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Design (https://sinister.ly/Forum-Design)
+--- Forum: Web Design (https://sinister.ly/Forum-Web-Design)
+--- Thread: Javascript:Change the Text :P (/Thread-Javascript-Change-the-Text-P)



Javascript:Change the Text :P - DeffoN - 08-28-2011

I have an javascript that i will show you how it works Smile
1.You go on a website
2.In the address bar On the top of your browser insert this:

javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

Then press on the text you wanna change and Back space And write4 wut you want Smile

BtW only you can see the text Tongue
good for false Screen Shots Smile
If using google chrome you need to write the code not to paste it dunno why Smile
Enjoy !

[Image: 23v11kl.jpg]


Javascript:Change the Text :P - DeffoN - 08-28-2011

I have an javascript that i will show you how it works Smile
1.You go on a website
2.In the address bar On the top of your browser insert this:

javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

Then press on the text you wanna change and Back space And write4 wut you want Smile

BtW only you can see the text Tongue
good for false Screen Shots Smile
If using google chrome you need to write the code not to paste it dunno why Smile
Enjoy !

[Image: 23v11kl.jpg]


RE: Javascript:Change the Text :P - amando96 - 09-04-2011

on chrome you just have to write the
Code:
javascript:
before everything.


RE: Javascript:Change the Text :P - DeffoN - 09-05-2011

Yeah i know the paste is just desapearing the javascript so you need to write it Smile