Get it to replace text in a tab, albeit nonsense.

This commit is contained in:
Klaus-Uwe Mitterer 2016-07-19 17:44:09 +02:00
parent c107c0cdc7
commit 3b82aabcc0

View file

@ -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');