Reader by Kai

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

当前为 2023-03-01 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Reader by Kai
  3. // @version 0.2
  4. // @author folfcoder
  5. // @description Read Kompas.com and Tribunnews.com without ads and distractions.
  6. // @namespace https://gist.github.com/folfcoder/c80ebb177db1e83dd12e24432a9b58b6/raw/kompasreader.user.js
  7. // @match *://*.kompas.com/*read*
  8. // @match *://*.tribunnews.com/*/*/*/*
  9. // @run-at document-start
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. var currentUrl = window.location.href;
  14. window.location.replace("https://reader.fcd.im/" + currentUrl);