HtmlInjector
class HtmlInjector (View source)
Class for matching HTML elements and injecting text.
Methods
Get a map of function names to locations. We don't have unique callbacks for all targets, because in practice they end up in about the same location
insert some HTML into the very beginning of HTML / Content.
insert some HTML into the very end of HTML / Content.
Nowhere, don't replace anything.
insert some HTML into the start of the head section of an HTML page, right after the
tag.insert some HTML into the head section of an HTML page, right before the tag.
insert some HTML into the start of the head section of an HTML page, right after the
tag.insert some HTML into the body section of an HTML page, right before the tag.
insert some HTML into the html section of an HTML page, right before the