Remove a video or channel from your homepage feed forever, even if you're not logged in to youtube.
These are versions of this script where the code was updated. Show all versions.
Bug fix:
Bug fixes:
No new features or bug fixes. Just instrumented all hide and mark operations with additional debug logging
Fix match again, to match both empty and query param
Fix script not running on IWD because youtube add a query param (?bp=wgUCEAE%3D)
?bp=wgUCEAE%3D
Internal refactor; simplify interpolation out of constants.
Minor reorganization of constants, to improve code maintainability.
Organize, refactor, and document functions to improve code maintainability.
Fix bug where oc buttons would sometimes not initialize on some videos, by reinitializing entire grid every time a new item is added to it.
Fixed buttons being removed by recent YouTube update. Root cause was change in async page load timings. Added awaiters and observers, so similar page load timing updates in future should not break it again.
Added button to config menu to export all userscript data as a simple key/value CSV file.
New features: