Comments on: How To Edit Any Website Using JavaScript? https://fossbytes.wiki/how-to-edit-any-website-using-javascrpit/ Technology Simplified Mon, 09 Apr 2018 13:12:33 +0000 hourly 1 https://wordpress.org/?v=6.6.4 By: Anonymous https://fossbytes.wiki/how-to-edit-any-website-using-javascrpit/#comment-91717 Sat, 21 Mar 2015 17:06:47 +0000 https://fossbytes.wiki/?p=5703#comment-91717 you can do this simply using Inspect Element Editor "P

]]>
By: Anonymous https://fossbytes.wiki/how-to-edit-any-website-using-javascrpit/#comment-91680 Sat, 21 Mar 2015 16:28:53 +0000 https://fossbytes.wiki/?p=5703#comment-91680 didnot worked for me tried a lot

]]>
By: Anonymous https://fossbytes.wiki/how-to-edit-any-website-using-javascrpit/#comment-91634 Sat, 21 Mar 2015 14:19:45 +0000 https://fossbytes.wiki/?p=5703#comment-91634 Inspect element is much better and easier option.

]]>
By: Anonymous https://fossbytes.wiki/how-to-edit-any-website-using-javascrpit/#comment-90730 Thu, 19 Mar 2015 15:41:29 +0000 https://fossbytes.wiki/?p=5703#comment-90730 it is not working

]]>
By: Anonymous https://fossbytes.wiki/how-to-edit-any-website-using-javascrpit/#comment-90304 Wed, 18 Mar 2015 14:45:31 +0000 https://fossbytes.wiki/?p=5703#comment-90304 In reply to Anonymous.

haha :D

]]>
By: Anonymous https://fossbytes.wiki/how-to-edit-any-website-using-javascrpit/#comment-90267 Wed, 18 Mar 2015 12:47:45 +0000 https://fossbytes.wiki/?p=5703#comment-90267 it workin fine but it wil be more cool if these changes made are saved

]]>
By: Anonymous https://fossbytes.wiki/how-to-edit-any-website-using-javascrpit/#comment-90258 Wed, 18 Mar 2015 12:23:24 +0000 https://fossbytes.wiki/?p=5703#comment-90258 and then again, it’s not working.
It actually does nothing for me, tried 3 browsers. just nothing

]]>
By: Anonymous https://fossbytes.wiki/how-to-edit-any-website-using-javascrpit/#comment-90175 Wed, 18 Mar 2015 08:06:18 +0000 https://fossbytes.wiki/?p=5703#comment-90175 if its not working, open the console (F12 > console) et copy this into the consol :
document.body.contentEditable='true'; document.designMode='on'; void 0

]]>
By: Anonymous https://fossbytes.wiki/how-to-edit-any-website-using-javascrpit/#comment-90176 Wed, 18 Mar 2015 08:06:18 +0000 https://fossbytes.wiki/?p=5703#comment-90176 if its not working, open the console (F12 > console) et copy this into the consol :
document.body.contentEditable='true'; document.designMode='on'; void 0

]]>
By: Anonymous https://fossbytes.wiki/how-to-edit-any-website-using-javascrpit/#comment-90151 Wed, 18 Mar 2015 06:55:47 +0000 https://fossbytes.wiki/?p=5703#comment-90151 It works! N since it is a client side, the changes cannot be saved ! Thanks for the trick :)

]]>