Normally, if you want to ask a question on the Web, you will take a screenshot, then use the photo editing tool to draw arrows and notes. Then send it to someone else to wait for a reply. It’s more complicated if you don’t have photo editing and note-taking tools. With the method below, with just one piece of code, you can easily change the content of any website to your liking and take pictures. This is also a trick to make Fake News tease your friends.
| Join the channel Telegram belong to AnonyViet 👉 Link 👈 |
How to change any website content with 1 line of code
Instead of pressing F12, click on each content, then search for the element to change. This code will help you simplify a lot.
javascript:document.body.contentEditable="true"; document.designMode="on"; void 0
This script allows you Edit text content on any Website.
How to use Code to edit Website content
Step 1: Go to the website and want to edit the content.
Step 2: Press F12select through Console tab. Paste the Code above and press Enter.
Step 3: Return to the main interface of the Website. Friend Click on the location you want to change content of that Website. You can highlight, delete, add text as you like changing content on a normal text editor.
Tips for quick implementation on all websites.
To execute lines of Code faster, you can save them to your browser’s Bookmarks.
Step 1: Click Ctrl + Shift + B to display the Bookmarks Bar
Step 2: Right-click on the Bookmarks Bar and select Add Page
The screen will display the content you need to create Bookmark:
- Name: set a name as you like. For example: Edit Website
- URL: paste the code above and click Save
Now on your Bookmark bar there will be a Bookmark name Edit Website. You just need to go to the website you want to edit and edit content Click on Edit Website just created. Then make changes to the content. Don’t have to press F12 for each Webstie.
This is just a fun tip for you to know more about JavaScript code. After editing, if you close the browser or press F5 to reload the page, the content will return to the same.
Frequently asked questions
Will this code save changes permanently on the website?
No, changes only take effect in the current browser session. Closing the browser or reloading the page will restore the original content.
Can I use this code on all websites?
Most websites can be used, however some websites may block or limit this function.
How to use this code quickly?
Save the code in your browser’s bookmarks so you can quickly access and use it on any website.















