小调整。

scripts
王良 2024-04-24 12:00:52 +08:00
parent dfe86850f4
commit 9b3fbaa649
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* 篡改猴Tampermonkey| 油猴Greasemonkey浏览器脚本扩展 * 篡改猴Tampermonkey| 油猴Greasemonkey浏览器脚本扩展
* *
* @version 0.1.1 * @version 0.1.1
* @since 2024-04-24 11:40 * @since 2024-04-24 12:00
* @author 王良 * @author 王良
* @author:en Liang Wang * @author:en Liang Wang
* @authorHomePage https://wangliang1024.cn * @authorHomePage https://wangliang1024.cn
@ -278,7 +278,7 @@
if (context.pluginElement) { if (context.pluginElement) {
context.pluginElement.classList.remove("___ds-tampermonkey-hide___"); context.pluginElement.classList.remove("___ds-tampermonkey-hide___");
} }
api.GM_deleteValue("ds_hide"); api.GM_setValue("ds_hide", false);
} }
// 显示用户菜单列表 // 显示用户菜单列表