DEV Community

Discussion on: Explain XKCD To Me

Collapse
 
chris_bertrand profile image
Chris Bertrand

That is awesome! Very clever, I never knew you could literally inject stuff into the dom like that! Nice work!

Collapse
 
yechielk profile image
Yechiel Kalmenson

Yeah, a plugin is just a JavaScript file that gets run whenever a certain page (that you specify in the manifest) gets displayed.

It can do anything that JavaScript can do.