bilibili_jumper

try to take over the world!

目前為 2020-12-10 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name bilibili_jumper
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @match https://www.bilibili.com/video/*
  8. // @grant none
  9. // @require https://code.jquery.com/jquery-1.12.4.min.js
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. setTimeout(function(){
  15. var md=$("video:nth-child(1)")[0]
  16. md.addEventListener("ended",function(){ document.getElementsByClassName("bilibili-player-electric-panel-jump-content")[0].click(); })
  17. }, 10000);
  18. /*$(document).ready(function () {
  19. var md=$("video:nth-child(1)")[0]
  20. md.addEventListener("ended",function(){ document.getElementsByClassName("bilibili-player-electric-panel-jump-content")[0].click(); })
  21. })*/
  22.  
  23. // Your code here...
  24. })();

QingJ © 2025

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