Skip to content

Commit eeffa32

Browse files
committed
feat(htfl): add rules about dnf of nexon
1 parent 8d31a1c commit eeffa32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tempermonkey/hideTheFloatingLink.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111

1212
// 开发者模式,用来显示日志
1313
const devMode = false
14-
GM_info.script.version = "1.0.9"
14+
GM_info.script.version = "1.1.0"
1515
// 鼠标移到链接上,搜索其父节点的深度
1616
const searchDepth = 5
1717
let currentUrl;
1818

1919
// 某些网址的a标签有自己的处理方式,不需要用到脚本的点击事件,一般配置能够动态加载数据不希望新页面打开或者刷新页码的
2020
const specialElementExclusion = {
21+
"ripay.nexon.com": [ "all" ],
22+
"dnfm.nexon.com": [ "all" ],
2123
"flac.music.hi.cn": [ "all" ],
2224
"mail.sina.com.cn": [ "all" ],
2325
// 微信企业邮箱

0 commit comments

Comments
 (0)