symant233 / PublicTools

Some practical gadgets. ✔
https://greasyfork.org/users/374908
GNU General Public License v3.0
8 stars 1 forks source link

dblp插件在查看引用或被引论文时不触发 #2

Closed AkaYoi closed 2 years ago

AkaYoi commented 2 years ago

例如这个:https://dblp.org/rec/journals/fgcs/KoroniotisMST19.html

将const targetNode = document.querySelector('.publ-list'); 改成const targetNode = document.querySelector('#main'); 就正常了

symant233 commented 2 years ago

貌似不是这个原因,该页面的论文列表不是动态加载的就没被MutationObserver监测到。 外面调用一下tagging函数就好了,马上更新。

AkaYoi commented 2 years ago

好的,非常感谢

symant233 commented 2 years ago

搞错了 你说的是References那个要勾选才会加载的😵‍💫,雀食改成#main就行,谢谢了🥳

AkaYoi commented 2 years ago

😄是的。还是非常感谢你写了这个工具,肥肠好用🥳,节约了很多很多时间。