// ==UserScript== // @name Disabled Weibo Article FollowMask // @name:zh-CN 取消微博文章关注阅读全文 // @description 用来解除部分微博文章要求关注作者才能阅读全文的限制 // @version 1.0 // @author GensouSakuya // @include *weibo.com/ttarticle/* // @require https://code.jquery.com/jquery-3.1.1.min.js // @namespace https://greasyfork.org/users/194737 // @downloadURL none // ==/UserScript== $('.W_gotop.S_ficon_bg').before('🐔') $("#gogoda").click(function(){ $('.WB_editor_iframe')[0].style['height'] = 'auto'; $('.btn_line.W_tc.W_f14').remove() })