Last active
December 19, 2015 06:09
-
-
Save mkdizajn/5909383 to your computer and use it in GitHub Desktop.
google chrome jquery edit page or links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// set all links to null | |
$('a').attr('href','#'); | |
// EDIT WHOLE PAGE LIKE IT'S EDITABLE! | |
$('body').attr('contenteditable','true'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment