https://github.com/matronator/wiki-time-saver
CSS user style to prevent going down the rabbit hole on Wikipedia
https://github.com/matronator/wiki-time-saver
Last synced: about 1 month ago
JSON representation
CSS user style to prevent going down the rabbit hole on Wikipedia
- Host: GitHub
- URL: https://github.com/matronator/wiki-time-saver
- Owner: matronator
- License: mit
- Created: 2021-05-19T11:41:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T23:30:45.000Z (about 5 years ago)
- Last Synced: 2025-10-29T04:40:33.385Z (10 months ago)
- Language: CSS
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Wiki Time Saver Stylesheet
CSS User Stylesheet for browsers (tested only on Safari) designed to increase productivity while visiting Wikipedia by making it harder to go down the rabbit hole. It accomplishes this by making links appear as regular text and disabling `pointer-events` to make it impossible to click on them.
## How to use
Download [wiki-time-saver.css](https://github.com/matronator/wiki-time-saver/blob/main/wiki-time-saver.css) (or the minified version of the stylesheet [wiki-time-saver.min.css](https://github.com/matronator/wiki-time-saver/blob/main/wiki-time-saver.min.css)) and import it to your browser as a User Style Sheet. In Safari you can do that in **Safari > Preferences... > Advanced > Style Sheet** and selecting the downloaded CSS file.
## License
MIT License
Copyright (c) 2021 Matronator - https://matronator.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.