HN improvements

Improves HN readability and streamlines functionality

Verze ze dne 27. 02. 2023. Zobrazit nejnovější verzi.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name         HN improvements
// @namespace    https://github.com/tekinosman/
// @version      1.4
// @license      MIT
// @description  Improves HN readability and streamlines functionality
// @author       Osman Tekin
// @match        https://news.ycombinator.com/*
// @match        http://news.ycombinator.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=ycombinator.com
// @require      https://greasyfork.org/scripts/460783-hn-sans-vote-arrows/code/HN%20sans%20vote%20arrows.js?version=1154515
// @require      https://greasyfork.org/scripts/460785-fix-hn-comment-length/code/Fix%20HN%20comment%20length.js?version=1154524
// @require      https://greasyfork.org/scripts/460786-halve-hn-comment-s-indentation/code/Halve%20HN%20comment's%20indentation.js?version=1154528
// @require      https://greasyfork.org/scripts/460859-hn-derank/code/HN%20derank.js?version=1154990
// @grant        GM_addStyle
// ==/UserScript==

(function(){})()