Reader by Kai

Read Kompas.com and Tribunnews.com without ads and distractions.

目前为 2023-03-02 提交的版本。查看 最新版本

// ==UserScript==
// @name Reader by Kai
// @version 0.3
// @author folfcoder
// @description Read Kompas.com and Tribunnews.com without ads and distractions.
// @namespace https://gist.github.com/folfcoder/c80ebb177db1e83dd12e24432a9b58b6/raw/kompasreader.user.js
// @match *://*.kompas.com/*read*
// @match *://*.kompas.id/baca*
// @match *://*.tribunnews.com/*/*/*/*
// @run-at document-start
// @license MIT
// ==/UserScript==

var currentUrl = window.location.href;
window.location.replace("https://reader.fcd.im/" + currentUrl);