SponsorBlock (and DeArrow)'s Avatar

SponsorBlock (and DeArrow)

@sponsor.ajay.app

SponsorBlock is a crowdsourced extension to skip sponsor segments in YouTube videos. DeArrow is a crowdsourced extension to replace titles and thumbnails on YouTube videos with more accuracy and less sensationalism. Created by https://ajay.app

297
Followers
1
Following
120
Posts
14.11.2024
Joined
Posts Following

Latest posts by SponsorBlock (and DeArrow) @sponsor.ajay.app

Firefox Add-ons award

Firefox Add-ons award

Firefox Add-ons award

Firefox Add-ons award

thanks

31.12.2025 00:27 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

DeArrow 2.1 adds compatibility with retro-YouTube extension v3 as well as yt-anti-translate.

If yt-anti-translate is detected, it will automatically enable the built in DeArrow anti-translate functionality and try to avoid conflicts with the other extension.

10.12.2025 22:47 πŸ‘ 8 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

working on something

01.12.2025 19:58 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Home Spot SponsorBlock is a crowdsourced browser extension to skip sponsor segments in Spotify podcasts.

Listen to podcasts on spotify? Check out Spot SponsorBlock

It uses the same servers as normal SponsorBlock but the extension is developed and published by someone else

https://spotsponsorblock.org/

11.11.2025 00:59 πŸ‘ 7 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
 - YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Change skip settings depending on the channel in SponsorBlock with channel skip profiles

https://youtube.com/watch?v=aiySXRGHQE4

01.10.2025 21:09 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 1
DeArrow browser logo

DeArrow browser logo

Bananas

Bananas

DeArrow Browser 1.17 releases despite the numerous Banana Listings.

06.09.2025 18:21 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

DeArrow broken again on the homepage and related videos sections. They made another change... A fix is in 2.1.8

28.08.2025 20:19 πŸ‘ 7 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

DeArrow is currently replacing thumbnails with a blank space due to a YouTube change. I've published a fix, but it may take some time for the extension stores to release it. For now, you can either install the beta version, or disable thumbnail replacements for now

22.08.2025 05:06 πŸ‘ 6 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview/Recap/Hook -> Preview/Recap + Hook/Greetings

Preview/Recap/Hook -> Preview/Recap + Hook/Greetings

Category update: Preview/Recap is coming back and Hook is being split off into a new category called Hook/Greetings

25.07.2025 15:57 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

This is probably the most well articulated and researched criticism of DeArrow I've seen, so thanks for taking the time to do it and actually test it out!

23.07.2025 07:31 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

At the same time, I do find myself clicking the button in the extension to see the original title/thumbnail often to check out what it is for that tone reason. Especially when someone has submitted a title that would be better on a scientific paper than a YouTube video

23.07.2025 07:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

More and more channels where I liked watching the videos themselves used the same aggressive style titles and thumbnails (and I don't fault them for doing that). Many of these channels were even going through their entire back catalogue and changing all titles and thumbnails

23.07.2025 07:26 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

While I do agree sometimes the aggressive titles and thumbnails can help you weed out the aggressive channels to avoid, the reason why I made the extension is because I felt that correlation fading away.

23.07.2025 07:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

The more time since I released DeArrow and the more I hear people's reactions to the extension, the more I've realized that it is true that there is no "best" title, just different subjective opinions

23.07.2025 07:26 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Street sign about dearrow

Street sign about dearrow

29.06.2025 20:14 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Donate SponsorBlock is a crowdsourced browser extension to skip sponsor segments in YouTube videos.

If you'd like to support sponsorblock development, you can do so here: https://sponsor.ajay.app/donate/

25.06.2025 00:08 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

A more easy to use channel skip profile system is still coming in the future, but for now you can now make some channel specific settings with advanced skip options as well

25.06.2025 00:08 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Examples of some advanced skip options

// Auto skip preview/recap on this specific channel
if category == "preview" and channel.id == "UCX8wm5-NEzN-eL-DNcsRRJA"
Auto Skip

// Skip short sponsors at the start of the video
if time.start < 1 and time.end < 10 and category == "sponsor"
Auto Skip

// Auto skip chapters that contain the word bloopers
if category == "chapter" and chapter.name *= "bloopers"
Auto Skip

// Skip sponsors at the end of the video
if time.startPercent > 90 and time.end < 10 and category == "sponsor"
Auto Skip

Examples of some advanced skip options // Auto skip preview/recap on this specific channel if category == "preview" and channel.id == "UCX8wm5-NEzN-eL-DNcsRRJA" Auto Skip // Skip short sponsors at the start of the video if time.start < 1 and time.end < 10 and category == "sponsor" Auto Skip // Auto skip chapters that contain the word bloopers if category == "chapter" and chapter.name *= "bloopers" Auto Skip // Skip sponsors at the end of the video if time.startPercent > 90 and time.end < 10 and category == "sponsor" Auto Skip

With "Advanced skip options", you can now create complex rules for when to skip or not skip segments, including based on the channel or chapter names.

More info here: https://wiki.sponsor.ajay.app/w/Advanced_Skip_Options

25.06.2025 00:02 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

dearrow users are you OK

10.05.2025 14:17 πŸ‘ 15 πŸ” 4 πŸ’¬ 1 πŸ“Œ 0
No smoking

No smoking

Some no-life is attacking sponsorblock and dearrow right now

We are working on stopping them, thanks for your patience

07.04.2025 03:42 πŸ‘ 7 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

If your thumbnails are appearing blank with dearrow is installed, this is because YouTube made a change that broke dearrow for some people. This is fixed in 2.0.7 but that version is still pending review in the extension stores

21.03.2025 20:02 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Dear Developer,

As part of our ongoing efforts to improve the extension ecosystem, we are updating our Affiliate Ads Policy to further clarify how affiliate links, codes, and cookies can be used in Chrome extensions. 


What’s Changing?


The updated policy ensures that affiliate links are only included when they provide a direct and transparent benefit to users. This means that extensions cannot inject affiliate links when no actual valueβ€”such as a discount, cashback, or relevant offerβ€”is being provided. 

Under this policy, an extension must not add, modify, or replace affiliate links unless: 

 β€’ The affiliate program is clearly disclosed on the Chrome Web Store listing, in the user interface, and before installation. 
 β€’ User action is required before any affiliate link, code, or cookie is applied. 
 β€’ The affiliate link is tied to a direct benefit for the user at that moment.
For example, an extension that finds and applies coupon codes must not insert an affiliate link if no coupon or discount is found. This prevents extensions from monetizing users without delivering a clear value in return.

Dear Developer, As part of our ongoing efforts to improve the extension ecosystem, we are updating our Affiliate Ads Policy to further clarify how affiliate links, codes, and cookies can be used in Chrome extensions. What’s Changing? The updated policy ensures that affiliate links are only included when they provide a direct and transparent benefit to users. This means that extensions cannot inject affiliate links when no actual valueβ€”such as a discount, cashback, or relevant offerβ€”is being provided. Under this policy, an extension must not add, modify, or replace affiliate links unless: β€’ The affiliate program is clearly disclosed on the Chrome Web Store listing, in the user interface, and before installation. β€’ User action is required before any affiliate link, code, or cookie is applied. β€’ The affiliate link is tied to a direct benefit for the user at that moment. For example, an extension that finds and applies coupon codes must not insert an affiliate link if no coupon or discount is found. This prevents extensions from monetizing users without delivering a clear value in return.

Why This Matters


This update helps maintain a healthy ecosystem by ensuring that affiliate monetization is aligned with user benefit. Users should always be in control of their browsing experience and understand how extensions interact with the websites they visit. By enforcing these requirements, we aim to protect users from deceptive practices while allowing high-quality, value-driven extensions to thrive. 

What These Updates Mean for Developers

Developers should review their extensions to ensure compliance with the updated policy. If your extension uses affiliate links, make sure they are only applied when they directly benefit users and that all required disclosures are in place. 

We encourage developers to update their extensions as soon as possible. Enforcement of the new policy will begin June 10th 2025, and extensions found in violation may be subject to removal from the Chrome Web Store. 

For more details on these updates and to access the revised policies, visit our Developer Policy Center. 

Let us know your thoughts on these changes, and as always, thank you for being part of the Chrome Web Store community! 

- The Google Chrome Web Store team

Why This Matters This update helps maintain a healthy ecosystem by ensuring that affiliate monetization is aligned with user benefit. Users should always be in control of their browsing experience and understand how extensions interact with the websites they visit. By enforcing these requirements, we aim to protect users from deceptive practices while allowing high-quality, value-driven extensions to thrive. What These Updates Mean for Developers Developers should review their extensions to ensure compliance with the updated policy. If your extension uses affiliate links, make sure they are only applied when they directly benefit users and that all required disclosures are in place. We encourage developers to update their extensions as soon as possible. Enforcement of the new policy will begin June 10th 2025, and extensions found in violation may be subject to removal from the Chrome Web Store. For more details on these updates and to access the revised policies, visit our Developer Policy Center. Let us know your thoughts on these changes, and as always, thank you for being part of the Chrome Web Store community! - The Google Chrome Web Store team

Just got an email about a new chrome web store policy targeting coupon extensions

11.03.2025 23:08 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

do not remove the fun tangents!

the whole point of the tangent category in sponsorblock is to allow the small number of people who want to skip them to skip them while letting the creator keep them in for everyone else

what this commenter said is very dumb

10.03.2025 21:29 πŸ‘ 22 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
SponsorBlock extension review:

SponsorBlock reeks of elitist, preppy bratsβ€”smug, dull-witted jobsworths obsessed with control. What began as a clever concept has spiralled into petty ego wars, where one slip-upβ€”or a fewβ€”could shatter your faith in humanity. Now it’s a mess, enforcing a sadistic perfectionist’s rulebook at gunpoint. Don’t dare offer help submittingβ€”you’ll regret it. Scrap the leaderboard feature! Some of the worst offenders I’m targeting in my review are plastered on it, unhinged lunatics treating this thing like some twisted game of popularity. They are making the app dead! This is aimed at the admins and mods, the behind-the-scenes politicking that poisons this once great app. The summit segment practically shrieks, 'READ THE GUIDELINES!!!'β€”a tiny, glaring peek into how much they truly value your help. Don't give them your time, best avoided.

SponsorBlock extension review: SponsorBlock reeks of elitist, preppy bratsβ€”smug, dull-witted jobsworths obsessed with control. What began as a clever concept has spiralled into petty ego wars, where one slip-upβ€”or a fewβ€”could shatter your faith in humanity. Now it’s a mess, enforcing a sadistic perfectionist’s rulebook at gunpoint. Don’t dare offer help submittingβ€”you’ll regret it. Scrap the leaderboard feature! Some of the worst offenders I’m targeting in my review are plastered on it, unhinged lunatics treating this thing like some twisted game of popularity. They are making the app dead! This is aimed at the admins and mods, the behind-the-scenes politicking that poisons this once great app. The summit segment practically shrieks, 'READ THE GUIDELINES!!!'β€”a tiny, glaring peek into how much they truly value your help. Don't give them your time, best avoided.

09.03.2025 19:41 πŸ‘ 6 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

it is today and will remain the default mode, but there will now also be a casual mode.

More info: https://wiki.sponsor.ajay.app/w/DeArrow/Casual_mode

25.02.2025 19:55 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Two DeArrow modes

Classic mode: Titles are replaced with standardized formats based on the guidelines on all videos where a crowdsourced title exists.

Casual mode: Keep original titles when they describe the video well enough and are clever or funny.
Choose which categories of titles you want to see.
You'll be able to vote if a title fits into a category or not.

Two DeArrow modes Classic mode: Titles are replaced with standardized formats based on the guidelines on all videos where a crowdsourced title exists. Casual mode: Keep original titles when they describe the video well enough and are clever or funny. Choose which categories of titles you want to see. You'll be able to vote if a title fits into a category or not.

Casual mode voting interface

Casual mode voting interface

DeArrow casual mode is out on all browsers!

Some people have felt like DeArrow title changes are sometimes unnecessary, or can ruin the fun. At the same time, there are many people who do like the more boring feel created from replacing as many titles as possible.

Classic mode will be just like

25.02.2025 19:55 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
DeArrow Keygen

want something more fun? ashleygraves.eu/dearrow/

15.02.2025 19:42 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

full event filler

06.02.2025 21:50 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

filler is dead, long live tangents

06.02.2025 21:49 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Discord event titled "filler funeral" at Saturday Feb 8th at 2:00 PM EST

Discord event titled "filler funeral" at Saturday Feb 8th at 2:00 PM EST

Now that the filler category is dead, please join us

https://discord.gg/upz39T4G?event=1336885987195883570

06.02.2025 21:31 πŸ‘ 5 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0