Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.