简书

try to take over the world!

  1. // ==UserScript==
  2. // @name 简书
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @match https://www.jianshu.com/p/*
  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. $(".post").css("margin","0 100px").css("width","auto");
  16. $("#web-note-ad-fixed").remove();
  17.  
  18. })();

QingJ © 2025

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