写了个清理新浪微博页面的油猴子脚本

来源:互联网 发布:工程计算器软件下载 编辑:程序博客网 时间:2024/06/11 09:56
// ==UserScript==// @name        ck-weibo// @namespace   CK-WEIBO// @description 写着玩儿~// @include     http://weibo.com/*// @version     1// @require     http://code.jquery.com/jquery-1.8.3.min.js// ==/UserScript==$(function(){        // left    $('#pl_leftnav_app').remove();    // right    $('#trustPagelet_recom_interestv5').remove();    $('#trustPagelet_zt_hottopicv5').remove();    $('#trustPagelet_recom_memberv5').remove();    $('#trustPagelet_recom_allinonev5').remove();    $('#pl_rightmod_noticeboard').remove();    $('#pl_rightmod_ads35').remove();});

原创粉丝点击