Open Wiki Edit Page version history - 7 versions
Open Wiki Edit Page by Brett Zamir
Open Wiki Edit Page version history - 7 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.11.0
Released Apr 3, 2023 - 34.69 KBWorks with firefox 109.0a1 and later- Manifest v3 update
- fix: avoid potentially problematic multiple replacements per URLSource code released under MIT License
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 0.10.0
Released Jan 12, 2022 - 34.47 KBWorks with firefox 42.0 and later## 0.10.0
## 0.9.0
- Bumping version for AMO review
## 0.8.0
- Add three more preference slots for regex replacementsSource code released under MIT License
Version 0.7.0
Released Dec 6, 2021 - 34.33 KBWorks with firefox 42.0 and later## 0.7.0
- feat: support dynamic wildcard targets and find-replacementsSource code released under MIT License
Version 0.6.1
Released Nov 5, 2019 - 17.31 KBWorks with firefox 42.0 and later, android 48.0 to 68.*## 0.6.1
- Fix: Bump version in updated `manifest.json`
## 0.6.0
- Fix: Ensure menu removal avoids possible race conditions
- Linting: Apply latest ash-nazg, using a recommended extension
- Maintenance: Add `.editorconfig`
- Build: Avoid bundling `package.json` and `package-lock.json` to builds
- npm: Fix script to copy minimized form of polyfill file and applySource code released under MIT License
Version 0.5.2
Released Mar 28, 2018 - 29.83 KBWorks with firefox 42.0 and later, android 48.0 to 68.*## 0.5.2
- Fix: Avoid bundling screenshot file to minimize distribution size
## 0.5.1
- Fix: Bundle version in updated `manifest.json`
## 0.5.0
- Enhancement: Only inject context menu on "/wiki/" and "title=" formatted
links
- Enhancement: For Firefox 60+, besides avoiding injecting context menu items
on non-wiki links, also avoid for ISBN items on non-ISBN wiki links or
for normal edit items when it is an ISBN link (`all_urls` host permissions
are unfortunately needed for this)
- Linting: Use eslint-config-standard
- npm: Add ESLint devDeps
- npm: Specify scripts for running specific versions of FirefoxSource code released under MIT License
Version 0.5.1
Released Mar 28, 2018 - 756.36 KBWorks with firefox 42.0 and later, android 48.0 to 68.*## 0.5.1
- Bundle version in updated `manifest.json`
## 0.5.0
- Enhancement: Only inject context menu on "/wiki/" and "title=" formatted
links
- Enhancement: For Firefox 60+, besides avoiding injecting context menu items
on non-wiki links, also avoid for ISBN items on non-ISBN wiki links or
for normal edit items when it is an ISBN link (`all_urls` host permissions
are unfortunately needed for this)
- Linting: Use eslint-config-standard
- npm: Add ESLint devDeps
- npm: Specify scripts for running specific versions of FirefoxSource code released under MIT License
Version 0.4.0
Released Mar 27, 2018 - 16.85 KBWorks with firefox 42.0 and later, android 48.0 to 68.*## 0.4.0
- Move to webextensions; as per
<https: <a="" href="<a href=" https:="" outgoing.prod.mozaws.net="" v1="" 14a64f03867860fb3852cfc1819ef9d875d3cc6c9589d883a73793c0f8185c3c="" http%3A="" bugzilla.mozilla.org"="" rel="nofollow">https://prod.outgoing.prod.webservices.mozgcp.net/v1/14a64f03867860fb3852cfc1819ef9d875d3cc6c9589d883a73793c0f8185c3c/http%3A//bugzilla.mozilla.org" rel="nofollow">bugzilla.mozilla.org="" show_bug.cgi?id="1341804#c2">,
webextensions lacks a means to fine-tune whether a context menu applies
or not, so the context menu must now appear on all links instead of
only those matching a pattern.Source code released under MIT License