Greasy Fork is available in English.

Steamcommunity Link Automatic Redirect

Steam社区外链自动跳转

// ==UserScript==
// @name         Steamcommunity Link Automatic Redirect
// @namespace    https://www.maxalex.tk
// @version      0.1
// @description  Steam社区外链自动跳转
// @author       MaxAlex, aka zyf722
// @match        https://steamcommunity.com/linkfilter/*
// @grant        none
// ==/UserScript==

window.location.href = window.location.href.split('/?url=')[1]