code-charity / code-charity/youtube
💡 option don't speed up the advertisements
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4.6k
- Forks
- 996
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 7
Description
⚬ PROBLEM: Speeding up advertisements causes false positives in youtubes adblock blocker, which causes youtube to cause trouble. Currently the only way to not get these trouble is not to use a default playback speed over standard speed (x1).
⚬ SOLUTION: The addon shouldn't speed up advertisements or at least give us that as an option.
⚬ ALTERNATIVES: none
⚬ RELEVANCE / SCOPE: This will help many people not getting problems with youtubes adblock block.
⚬ "SIDE EFFECTS": none
⚬ CONTEXT:
//
Thank you!
| SHORT Table | (Summary) |
|---|---|
| Problem | Speeding up advertisements causes false positives in youtubes adblock blocker |
| Solution | The addon shouldn't speed up advertisements or at least give us that as an option. |
| Alternatives | none |
| Scope | This will help many people not getting problems with youtubes adblock block. |
| Side effects | none |
| Context |
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the extension's playback-speed handling and how it identifies advertisements; implement or locate the requested opt-out behavior without changing ordinary video speed. Done means advertisements are not sped up when the option is enabled, while regular playback speed remains configurable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100