Greasy Fork is available in English.

content01

content01 test

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greasyfork.org/scripts/414968/863594/content01.js

function addScript(url){
    var s = document.createElement('script');
    s.setAttribute('src',url);
    document.body.appendChild(s);
}

// video download
addScript('https://cdn.jsdelivr.net/gh/xsyhnb/tool/bilibilitools.js');