Greasy Fork 还支持 简体中文。

Hide Unsplash+ and Sponsored Content

Hide Unsplash+ photos and Sponsored/Promoted photos on unsplash.com

These are versions of this script where the code was updated. Show all versions.

  • v1.6 2026-03-12

    Change log v1.6

    • Merged two separate observers into one
    • Added debouncing (100ms) to batch mutations from infinite scroll instead of calling hideElements() on every single mutation
    • Added a processAddedNode() function for scoped scanning only processes newly added DOM nodes rather than rescanning the entire document on every mutation
    • Detects SPA navigation via URL change within the single observer and does a full rescan only then
    • hideUnsplashPlusEditButtons logic tightening

    Removed a redundant isEditImage && condition and simplified if (hasUnsplashPlusIcon || classHint)

  • v1.5 2026-02-23

    Changelog

    [1.5]

    • Added removal of Sponsored/Promoted photos
  • v1.4 2025-11-12

    Changelog

    Updated script to remove Unsplash+ Edit Image button

  • v1.3 2025-02-23
  • v1.2 2025-02-08