Get this Extension for 🦊 Firefox, Chrome
git clone git@github.com:fuddl/wd.git
yarn
to install all required dependenciesyarn build
The build step will create the distribution
folder, this folder will contain the generated extension.
Using web-ext is recommened for automatic reloading and running in a dedicated browser instance. Alternatively you can load the extension manually (see below).
yarn watch
to watch for file changes and build continuouslynpm install --global web-ext
(only only for the first time)web-ext run --start-url https://www.wikidata.org/wiki/Q16276
for Firefox or web-ext run -t chromium
Note: Firefox will automatically reload content scripts when the extension is updated, Chrome requires you to reload the page to reload the content scripts.
You can also load the extension manually in Chrome or Firefox.