// ==UserScript== // @name 简书外链去除重定向 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 简书外链免跳转,去除重定向,直接访问源地址 // @author xiaobai050 // @match *.jianshu.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... var as = document.getElementsByTagName("a") for(var i=0;i