Greasy Fork is available in English.

Hacker News Redirect to hn.premii.com

Automatically redirects Hacker News links to a more modern interface at hn.premii.com.

// ==UserScript==
// @name        Hacker News Redirect to hn.premii.com
// @namespace   Violentmonkey Scripts
// @match       https://news.ycombinator.com/item
// @grant       none
// @version     1.0
// @author      Lukas Kucharczyk (lukas@kucharczyk.xyz)
// @description Automatically redirects Hacker News links to a more modern interface at hn.premii.com.
// ==/UserScript==
window.location.href='https://hn.premii.com/#/comments/' + new URLSearchParams(window.location.search).get('id')