YouTube Link Fixer

Remove YouTube redirections and show full links in descriptions.

< Spätná väzba na YouTube Link Fixer

Otázka/komentár

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.

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.

长期地址
遇到问题?请前往 GitHub 提 Issues。