How to change/edit any website inside your brower with a simple line of javascript
1.)Open your web browser
2.)Goto Any Website. e.g. http://www.google.co.uk
3.)In the URL address bar type this piece of javascript
javascript:document.body.contentEditable = 'true'; documents.designMode = 'on'; void 0
4.)Press enter
5.)Have Fun!!
6.)To exit editing mode, (although sometimes doesn't work :( ) type this
javascript:document.body.contentEditable = 'false'; documents.designMode = 'on'; void 0
Just changing true to false :)
PS: You CANNOT upload your changes unless you know the FTP Username and Password.
BUT... you can hit, Ctrl, and s on your keyboard to save the page onto your computer as a HTML document
thats a script its only temporary. you can never save it!
SuperLongestusername 10 months ago
@SuperLongestusername Did you read the description? :
PS: You CANNOT upload your changes unless you know the FTP Username and Password.
BUT... you can hit, Ctrl, and s on your keyboard to save the page onto your computer as a HTML document
LukeShepp 10 months ago
its not a hack
MrHeAdShOtBoY 1 year ago
@MrHeAdShOtBoY Clever guy
LukeShepp 1 year ago
i did it and i change some comments in youtube xDDD but !! when i click back and come again to that site i ''hacked'' it changed back to normal :/ the point is it cant stay what i write. It changes back what they write!!!!! :( why?
afker553 1 year ago
@afker553 Because you cannot save it on youtube's server.. or a simpler way of saying it.. You cant save the page for other people to see.
So when you go back to the video it goes to the server to get the comments.. not to what you wrote. If you want to save the page to show people, you can, but you will not be able to send them the link to the youtube video for them to see the comments you edited.
LukeShepp 1 year ago