Greasy Fork

Greasy Fork is available in English.

当前为 2020-05-09 提交的版本,查看 最新版本

// Your code here...
setInterval(function() {
	if (RemoveWarningHtml) {

		RemoveWarningHtml();
		if (console && console.log) {
			console.log('执行了:RemoveWarningHtml()');
		}
	}
}, 2000);