Spoiler Slayer: An open-source browser extension to block spoilers
Spoiler Slayer is an open source, tracking-free, simple extension for Chrome and Firefox that blocks TV and movies spoilers on your favorite sites. Subscribe in one click to public spoilers lists that always stay fresh and make sure no spoilers slip by, or use the advanced settings to fine tune which spoilers to block on what sites.
Spoiler Slayer includes out of the box support for many popular sites including Facebook, Reddit, Twitter, Tumblr, YouTube, and Gizmodo; and it’s easy to add more.
Settings allow users to customize the blocking experience with 3 modes:
Other features include:
No data is sent to any 3rd party servers by this extension. Data is fetched from GitHub or GitLab when subscribed to lists, but this is not required for functionality.
npm install
to install dependencies.gulp
to setup watches that will automatically compile any changes you make from the src
dir to the build
directory.mogrify -resize 50% *
optipng *
for (const el of document.querySelectorAll('.fbChatSidebar')) { el.remove(); }
for (const el of document.querySelectorAll('[title=Profile]')) { el.remove(); }
document.getElementById('u_ps_fetchstream_9_0_l').remove()
$('[data-component-context="users_module"]').remove()
build/chrome
directory.about:debugger
and click Enable add-on debugging
, then Load Temporary Add-on
and choose any file within the build/firefox
directory.Concept originally based on Game of Spoils.