我的工具
Ekde
This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/435697/1276080/mylib.js
增加无比重要的js回调圣经——sleep函数
function sleep(time){
return new Promise((resolve) => setTimeout(resolve, time));
}