ITeye 自动展开

ITeye 自动展开阅读

  1. // ==UserScript==
  2. // @name ITeye 自动展开
  3. // @namespace iteye
  4. // @version 0.1
  5. // @description ITeye 自动展开阅读
  6. // @author gorgias
  7. // @match *://*.iteye.com/blog/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. var iteye = setInterval(function(){
  14. document.getElementById('btn-readmore').click()
  15. }, 100);
  16. })();

QingJ © 2025

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