寫了個清理新浪微博頁面的油猴子腳本

// ==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();
});

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章