A webextensions add-on (Firefox or Chrome) to allow right-clicking on a Mediawiki-style link (as used at Wikipedia) to be able to go directly to its edit page (within the same window or a new tab).
Looks for the pattern /wiki/title
or title=(title)
within links
to change them into: ?action=edit&title=(title)
links.
Also provides two "Open ISBN at Amazon" options (leading
to the same window or current tab) when right-clicking on a link containing
Special:BookSources
(the format for links leading to ISBN numbers
at Mediawiki sites).
The context menu options only appear when right-clicking qualifying links, so it otherwise will not clutter the context menu, even for (non-wiki) links.
- Allow option to specify a URL alternative to Amazon
- Allow right-clicking on ISBN links which have the number in the text and
are not limited to the wiki
Special:BookSources
form