Fuck CSDN

Fuck CSDN!

As of 2018-11-29. See the latest version.

  1. // ==UserScript==
  2. // @namespace Eternal
  3. // @name Fuck CSDN
  4. // @version 0.1
  5. // @description Fuck CSDN!
  6. // @author 流星暴雨
  7. // @match http*://blog.csdn.net/*
  8. // ==/UserScript==
  9.  
  10. (function() {
  11. 'use strict';
  12. $("#article_content").css("height",'');
  13. $(".hide-article-box").remove();
  14. console.log("Fuck CSDN!")
  15. // Your code here...
  16. })();