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

https://github.com/danielh-official/rumble-thumbnails-hider

Browser extension that hides video thumbnails on Rumble.com.
https://github.com/danielh-official/rumble-thumbnails-hider

chrome-extension rumble

Last synced: about 1 month ago
JSON representation

Browser extension that hides video thumbnails on Rumble.com.

Awesome Lists containing this project

README

          

# Rumble Thumbnails Hider

Browser extension that hides video thumbnails on [Rumble.com](https://rumble.com).

## Development

1. Install dependencies: `bun install`
2. Build the extension: `bun run build`
3. Load in Chrome/Edge: open `chrome://extensions`, enable "Developer mode", click "Load unpacked", and select the `.output` folder from this project.

## Recommended IDE Setup

[VS Code](https://code.visualstudio.com/) + [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode).