避免展开全文跳转百度app
// ==UserScript== // @name 手机百度展开 // @namespace http://tampermonkey.net/ // @version 0.2 // @description 避免展开全文跳转百度app // @author Yui // @match *://*.baidu.com/* // @grant none // ==/UserScript== (function() { 'use strict'; $('.mainContent')[0].style.height='20000px';window.onload=function(){setTimeout(onload=function(){$('.layer-item')[0].remove();$('.layer-itemTitle')[0].innerHTML='百度必死';$('.layer-capsule').remove()},500)} })();