Adds an anchor link to every headline of a Wikipedia article for handy sharing without finding out the correct ID of the heading first.
Get it on Mozilla Add-Ons: https://addons.mozilla.org/de/firefox/addon/wikilinks/
If you're reading this on GitHub right now hover with your mouse over 'Example & Usage' and see the small icon left to it appear. Clicking it will modify your current URL such that you can directly share the article you're refering to.
- Get it here for Firefox.
- And for Edge Chromium. yeii
- For Chrome follow instructions at Deploy for Chromium.
You can change the shown symbol by replacing the SVG in the source code. Just visit Bootstrap Icons and choose one... Or just stick with the good old plain # .
Goto about:debugging#/runtime/this-firefox, click on "Load temporary Addon" and select 'index.js'.
Goto chrome://extensions/, toggle on "Developer Mode", click "Load unpackaged extension" (or similar) and select 'WikiLinks' folder.
- [✅]
Deploy as a real Firefox Addon (right now it's just usable viaabout:debugging#/runtime/this-firefox
) - [✅]
Replace EventListeners with CSS :hover for better performance - [✅]
Remove the small white space between the headline and the icon - [✅]
Develop for Chromium Browsers, toojust recognized it already does... - [🔜] Add support for other Wikis, e.g. Fanpedia
- Big thank you to Bootstrap for their free icon set - looking at you, FontAwesome....
- I hope Wikipedia will add this one day since it can be pretty handy from time to time. (Are they still woking on VUE.js implementation or is it done yet??)
- I really don't know why I'm working so much on this little project which will probably hardly used by anyone.
- Actually I do know: I'm just procrastinating.... Have fun ;)
Released under GNU General Public License v3.0
Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.