打开oschina的文章章节

try to take over the world!

  1. // ==UserScript==
  2. // @name 打开oschina的文章章节
  3. // @namespace https://my.oschina.net
  4. // @version 0.3
  5. // @description try to take over the world!
  6. // @author suveng
  7. // @match *://my.oschina.net/*
  8. // ==/UserScript==
  9.  
  10. (function() {
  11. 'use strict';
  12.  
  13. // Your code here...
  14. var sideMenuLauncher = document.getElementById('sideMenuLauncher')
  15. console.log(sideMenuLauncher);
  16. if(sideMenuLauncher){
  17. sideMenuLauncher.click();
  18. }
  19. })();

QingJ © 2025

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