We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a171f commit ba549f1Copy full SHA for ba549f1
Pagetual/pagetual.user.js
@@ -3192,7 +3192,7 @@
3192
if (!this.verifyElement(aTag)) continue;
3193
if (aTag.dataset && aTag.dataset.preview) continue;
3194
let availableHref = aTag.href && aTag.href.length < 250 && !/^(javascript:|#)/.test(aTag.href);
3195
- if (availableHref && /next\-?(page)?$|\/video\/|\/vod\/play\//i.test(aTag.href)) continue;
+ if (availableHref && /next\-?(page)?$|\/vod\/play\//i.test(aTag.href)) continue;
3196
if (compareNodeName(aTag.parentNode, ["blockquote"])) continue;
3197
if (aTag.previousElementSibling && /\b(play|volume)\b/.test(aTag.previousElementSibling.className)) continue;
3198
if (aTag.nextElementSibling && /\b(play|volume)\b/.test(aTag.nextElementSibling.className)) continue;
0 commit comments