https://github.com/designerfuzzi/redditfix
fixes a massive media player bug of reddit
https://github.com/designerfuzzi/redditfix
debug media-player reddit webkit
Last synced: 2 months ago
JSON representation
fixes a massive media player bug of reddit
- Host: GitHub
- URL: https://github.com/designerfuzzi/redditfix
- Owner: designerfuzzi
- License: cc0-1.0
- Created: 2022-12-18T12:04:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T12:32:19.000Z (over 3 years ago)
- Last Synced: 2025-02-26T11:34:51.514Z (over 1 year ago)
- Topics: debug, media-player, reddit, webkit
- Language: Objective-C
- Homepage:
- Size: 718 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redditfix
fixes a massive media player bug of reddit
the shreddit-player disturbs native media playback by replacing all controls meant to control media
with stylish css and extra svg but also knocks out its webapp own css.
Which leads technically to videos impossible to watch, all videos!
As long the cover image residing in shadowRoot below shreddit-player stays in front and triggeres also reddits "automatic" play-stop algo it will never work.
hint, hire better coders!
No i dont need that job. It took me 5minutes to figure that out. I dont want to die from boredom.
well but here the code that fixes at least the interference. Happy debugging!