YouTube Link Fixer

Remove YouTube redirections and show full links in descriptions.

< 腳本YouTube Link Fixer的回應

提問/評論

§
發表於:2025-02-22

I would suggest to do the following code change.

Before:

observer.observe(document.body, { childList: true, subtree: true });

After:

observer.observe(document, { childList: true, subtree: true, attributes: ['href'] });

So every change in href attributes will also trigger the callbacks.

發表回覆

登入以回覆