Get it to replace text in a tab, albeit nonsense.
This commit is contained in:
parent
c107c0cdc7
commit
3b82aabcc0
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
if (document.body) document.body.style.border = '5px solid red';
|
||||
if (document.body) document.body.innerHTML = document.body.innerHTML.replace(/google/g, 'bing');
|
||||
|
|
Loading…
Reference in a new issue