Spotify AdBlocker

Comprehensive Spotify AdBlocker (audio, banners, premium prompts).

या स्क्रिप्टच्या अशा आवृत्त्या ज्यांत कोड अपडेट करण्यात आले होते. सर्व आवृत्त्या दाखवा.

  • v3.0 2025-01-05

    Asynchronous waiting (queryAsync): Allows handling elements that appear with a delay.
    Function injection (inject): Intercepts the creation of audio elements and modifies their behavior.
    MutationObserver: Reacts to DOM changes to remove ad elements in real-time.
    Timer: Acts as a fallback for elements that are missed by MutationObserver.
    Benefits:
    The code covers various ad appearance scenarios.
    Resilience to DOM changes.

  • v1.1 2025-01-03

    In the update, the following changes were made:

    Added functionality to remove the "Explore Premium" button using its class: ButtonInner-sc-14ud5tc-0 fcsOIN encore-inverted-light-set Upqw01TOXETOmR5Td7Dj.
    This removal is implemented both via a MutationObserver and through periodic checks with setInterval.

  • v1.0 2025-01-02
  • v1.0 2025-01-02