0

How do I remove animated google doodle using localhost chrome extension? Obviously I cannot comment so ....

Tonecops
  • 127
  • 9

1 Answers1

0

If you have loaded jquery with content-scripts in manifest.json then this is quite easy by adding to content.js a line:

$( "div#lga" ).replaceWith( "<h2>Freedom!</h2>" );
AEM
  • 1,354
  • 8
  • 20
  • 30
Tonecops
  • 127
  • 9