|
|
|
|
|
by madacol
1020 days ago
|
|
To give you an example This is a bookmarklet to edit any text on a web page javascript: (function() { document.body.contentEditable = true; document.body.spellcheck = false; })();
Very useful when I want to grab a screenshot and I want to REDACT personal information |
|