NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
This is a Tampermonkey/Greasemonkey userscript for noodlemagazine.com that lets you hide video thumbnails based on title keywords. Here's what it does:
Menu commands (added to the userscript manager's menu):
GM_setValue) if not already presentFiltering logic:
GM_getValue.list_videos .item) on the page, extracting each one's title from the thumbnail image's alt attributedisplay: none, hiding it from viewdata-kw-checked) so it doesn't re-scan the same ones repeatedly on every DOM mutation, a performance optimizationDynamic content handling:
MutationObserver on the video list container to catch content loaded via infinite scroll/AJAX and re-run the filter on new items as they appearIn short: it's a personal content filter, you give it a list of words, and it hides any video whose title matches one of them, keeping the list working as you scroll or as the site loads more content.
Rating: 0