https://github.com/susam/userscript
Very tiny userscripts to customise the apperance of Hacker News
https://github.com/susam/userscript
Last synced: 8 months ago
JSON representation
Very tiny userscripts to customise the apperance of Hacker News
- Host: GitHub
- URL: https://github.com/susam/userscript
- Owner: susam
- License: mit
- Created: 2022-05-25T21:04:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T17:51:57.000Z (10 months ago)
- Last Synced: 2025-04-01T18:49:58.680Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
My Userscripts
==============
This repository contains some of my userscripts that I use while
browsing the web. These userscripts are tiny JavaScript snippets that
can be installed and run with a userscript manager such as
Greasemonkey, Violentmonkey, or Tampermonkey. These userscript
managers are available as web browser extensions. One of them needs to
be installed on the web browser as a prerequisite before these
userscripts can be used.
Contents
--------
* [Big HN](#big-hn)
* [Dark HN](#dark-hn)
* [No HN](#no-hn)
* [Darken](#darken)
Big HN
------
* Description: Increase font size and spacing on the Hacker News website.
* Install: [bighn.user.js]
* Source: [bighn.user.js](bighn.user.js)
* Screenshot: https://i.imgur.com/biiFVwg.png
Dark HN
-------
* Description: Show Hacker News using a dark color theme.
* Install: [darkhn.user.js]
* Source: [darkhn.user.js](darkhn.user.js)
* Screenshot: https://i.imgur.com/lndB2H8.png
No HN
-----
* Description: Replaces Hacker News with a blank page.
* Install: [nohn.user.js]
* Source: [nohn.user.js](nohn.user.js)
* Screenshot: https://i.imgur.com/0rofhqH.png
Darken
------
* Description: Invert the color scheme of a web page to darken it on a
best effort basis. Type ctrl four times quickly to
activate the inverted color scheme. Repeat to deactivate it.
* Install: [darken.user.js]
* Source: [darken.user.js](darken.user.js)
* Screenshot: https://i.imgur.com/eIppMAS.png
[bighn.user.js]: https://github.com/susam/userscript/raw/main/bighn.user.js
[darkhn.user.js]: https://github.com/susam/userscript/raw/main/darkhn.user.js
[nohn.user.js]: https://github.com/susam/userscript/raw/main/nohn.user.js
[darken.user.js]: https://github.com/susam/userscript/raw/main/darken.user.js
License
-------
This is free and open source software. You can use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of it,
under the terms of the MIT License. See [LICENSE.md][L] for details.
This software is provided "AS IS", WITHOUT WARRANTY OF ANY KIND,
express or implied. See [LICENSE.md][L] for details.
[L]: LICENSE.md