Greasy Fork

↑→↓←ABAB

I am not going to take over the world...

目前为 2019-01-03 提交的版本。查看 最新版本

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.icu/scripts/376248/658964/%E2%86%91%E2%86%92%E2%86%93%E2%86%90ABAB.js

// ==UserScript==
// @name         ↑→↓←ABAB
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  I am not going to take over the world...
// @author       You
// @match        https://bilibili.com/video/*
// @match        https://bilibili.com/bangumi/*
// @grant        none
// ==/UserScript==

(function() {
    !(function bootScript() {
        !!document.querySelector('.video-state-pause svg')? getBootOption().then(hookData) : requestAnimationFrame(bootScript)
    })()

    function getBootOption() {
        return new Promise(function(resolve, reject) {
            let hash = {}
            let params = GrayManager.playerParams.split('&')
            params.map(p=>hash[p.split('=')[0]] = p.split('=')[1])
            window.BOOT_OPTION = hash
            resolve()
        })
    }

    function hookData() {
        return new Promise(function(resolve, reject) {
            !eval(`var Ga = ${Ga.toString().replace('$.extend(this,{', '$.extend(this,{f,')}`) && Ga()
            player = new bilibiliPlayer(BOOT_OPTION)
            window.HOOKED_DATA = player.f
        })
    }
})();