Stop sites from taking over your keyboard shortcuts.
Defaults to preventing sites from taking over ctrl+k
and ctrl+l
(cmd on Mac).
You can add your own shortcuts in the extension options.
You can get this addon at https://addons.mozilla.org/en-US/firefox/addon/prevent-shortcut-takeover/
corepack enable
pnpm install
pnpm start
pnpm build
The zip
output will be in the ./build
folder.
Define your api key / secret in your environment then run the following.
Credentials can be found at https://addons.mozilla.org/en-US/developers/addon/api/key/
This generates an xpi
file and it will be put in ./build
.
pnpm sign --api-key=$WEB_EXT_API_KEY --api-secret=$WEB_EXT_API_SECRET
pnpm sign --channel=listed --api-key=$WEB_EXT_API_KEY --api-secret=$WEB_EXT_API_SECRET