An open API service indexing awesome lists of open source software.

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

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