1,273
edits
Dandonkulous (talk | contribs) |
Dandonkulous (talk | contribs) No edit summary |
||
Line 156: | Line 156: | ||
myMods.empty('includes'); | myMods.empty('includes'); | ||
</pre> | </pre> | ||
=== Use Cases === | |||
# Creation of CSS-based add-ons like Stylish, EditCSS, etc... | |||
# Creation of JS-based add-ons like Execute JS, JS Exec etc... | |||
# Any Greasemonky-style add-on, with the advantage that this API would allow for far greater flexibility - turning on and off only certain parts of a mod, automatically flashing a new url/web-page with the active parts of a mod by using the <i>add</i> method to include a new match to the matches white-list | |||
# |
edits