t>

Sunday, 2 November 2014

Filled Under:

Edit Any Websites With This Cool Browser Trick

Share
The snapshot of Google.com is given, I have just changed “Google Search” to ” I Hate Google” and “I’am feeling lucky” to “Google hacked”. This is not a Photoshop trick, just follow me to do so.
  • Goto any website ( Google, Facebook etc..)
  • Just right click where you want to edit and click “Inspect element”
  • there you can see a popup of HTML and CSS codes
Edit Any Websites With This Cool Browser Trick
  • Edit the text you need in that popup
  • You have Done, Now just Fool your Friend

Alternate Simple Method

  • Open Any site
  • Just Copy and paste the below JavaScript on Browser search bar
javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0
  • Edit the page like doing in Photoshop
  • Make sure there is “javascript” in front of the script, In chrome you have add it manually

How It Works?

I told you that, this is only for fun. Actually the browsers download the HTML files to your local directory( temporary). So you are free to make change in that. the page will reset after you reload that. This is not belongs to any kind of illegal activities.
You can make use this trick more over just fooling your friends, if you are very passionate to learn web designing, you can do such editing works and learn how actually your changes make effects.
Hope you enjoyed this post, comment your opinions and share this post.

0 comments:

Post a Comment