小调整。
parent
e46597fa3d
commit
3388811bbe
|
@ -233,14 +233,14 @@
|
||||||
// 隐藏插件
|
// 隐藏插件
|
||||||
api.hidePlugin = () => {
|
api.hidePlugin = () => {
|
||||||
if (context.pluginElement) {
|
if (context.pluginElement) {
|
||||||
context.pluginElement.classList.add("____ds-tampermonkey-hide___");
|
context.pluginElement.classList.add("____ds-tampermonkey-hide____");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 显示插件
|
// 显示插件
|
||||||
api.showPlugin = () => {
|
api.showPlugin = () => {
|
||||||
if (context.pluginElement) {
|
if (context.pluginElement) {
|
||||||
context.pluginElement.classList.remove("____ds-tampermonkey-hide___");
|
context.pluginElement.classList.remove("____ds-tampermonkey-hide____");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue