解除openwrite阅读更多

解除openwrite阅读更多!!

  1. // ==UserScript==
  2. // @name 解除openwrite阅读更多
  3. // @namespace https://jisuye.com/
  4. // @version 0.1
  5. // @description 解除openwrite阅读更多!!
  6. // @author ixx
  7. // @match *://*/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. if(document.getElementById("read-more-wrap")){
  14. document.getElementById("read-more-wrap").remove();
  15. document.getElementById("content").style.height=''
  16. }
  17. })();

QingJ © 2025

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