pd4d10 / console-importer

Easily import JS and CSS resources from Chrome console.
https://chrome.google.com/webstore/detail/console-importer/hgajpakhafplebkdljleajgbpdmplhie
MIT License
848 stars 57 forks source link

How to uninstall resources? #12

Closed ITHcc closed 2 years ago

pd4d10 commented 2 years ago

The old-fashioned way is loading IIFE/UMD resources, which cannot be uninstalled.

The latest v2.1.0 (still waiting for review) ships an ES module import method $i.esm(), which may meet your needs. See https://github.com/pd4d10/console-importer/issues/14#issuecomment-1116962056