Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liamb135/yttf
Fixes YouTube's Broken Thumbnails.
https://github.com/liamb135/yttf
userscript youtube
Last synced: 3 days ago
JSON representation
Fixes YouTube's Broken Thumbnails.
- Host: GitHub
- URL: https://github.com/liamb135/yttf
- Owner: Liamb135
- License: mit
- Created: 2024-08-02T21:01:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T21:22:28.000Z (6 months ago)
- Last Synced: 2024-12-06T07:42:29.074Z (2 months ago)
- Topics: userscript, youtube
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
To use this script, you'll need a userscript manager.
**[Tampermonkey](https://www.tampermonkey.net/)**
**[Violentmonkey](https://violentmonkey.github.io/)**
**[FireMonkey](https://addons.mozilla.org/*/firefox/addon/firemonkey/)**### How to Install
1. Install a userscript manager of your choice.
2. [Click here](https://github.com/Liamb135/YTTF/raw/main/YTTF.user.js)## Configuration
At the top of the script, you will find two user-configurable constants:
```javascript
const VIDEOS_PER_ROW = X; // Change this number to set thumbnails per row, 5 by default.
const ADJUST_CHANNEL_PAGES = X; // Set to true to apply grid adjustment on channel pages, false by default.