Greasy Fork is available in English.

content01

content01 test

Dit script moet niet direct worden geïnstalleerd - het is een bibliotheek voor andere scripts om op te nemen met de meta-richtlijn // @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');