Sunday, December 30, 2012
Javascript to edit any website
10:46 AM
Admin
No comments
This is how it works:-
Open any website in Google Chrome, or in Opera and enter the below code to the address bar of the browser.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
•and press enter
Note :- while using This code in google chrome it may not work just by pasting it on address bar you have to add " javascript: " in the beginning manually .
Open any website in Google Chrome, or in Opera and enter the below code to the address bar of the browser.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
•and press enter
Note :- while using This code in google chrome it may not work just by pasting it on address bar you have to add " javascript: " in the beginning manually .
Posted in: Scripts
0 comments:
Post a Comment