https://github.com/bfontaine/wk-tools
Tools used to improve my experience on Wikipedia
https://github.com/bfontaine/wk-tools
tool wikipedia
Last synced: 11 months ago
JSON representation
Tools used to improve my experience on Wikipedia
- Host: GitHub
- URL: https://github.com/bfontaine/wk-tools
- Owner: bfontaine
- Created: 2013-09-15T19:10:50.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-11-03T13:10:02.000Z (over 11 years ago)
- Last Synced: 2025-07-14T03:52:57.172Z (12 months ago)
- Topics: tool, wikipedia
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here are some tools I use to improve my experience on Wikipedia.
## Features
### Keyboard shortcuts
- `alt+z`: toggle Zen mode (nav bars, headers and footer hidden, larger
font-size). Aliased as `,z` (Vim-style)
- `gg`: go to the top of the page
- `G`: go to the bottom of the page
- `/`: focus on the search box
## Install
You need a Wikipedia account.
- Put the code from `common.css` in [Special:YourName/common.css][wkcss]
- Put the code from `common.js` in [Special:YourName/common.js][wkjs]
[wkcss]: https://en.wikipedia.org/wiki/Special:MyPage/common.css
[wkjs]: https://en.wikipedia.org/wiki/Special:MyPage/common.js
Unfortunately, it only works in one language, so you’ll need to re-create these
pages if you use Wikipedia in other languages.
## License
[CC BY-SA](https://creativecommons.org/licenses/by-sa/3.0/)