csdn blog

try to take over the world!

  1. // ==UserScript==
  2. // @name csdn blog
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @match https://blog.csdn.net/*
  8. // @grant none
  9. // @require http://code.jquery.com/jquery-1.11.0.min.js
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14.  
  15. $('div#asideFooter').eq(0).attr('hidden','true');
  16. $('div.pulllog-box').eq(0).remove();
  17. $('div.tool-box').eq(0).remove();
  18. $('div[style^=margin-top]').eq(0).remove();
  19. $('div#wrapper').eq(0).remove();
  20. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址