https://github.com/abduldevhub/tapermonkey-scripts
https://github.com/abduldevhub/tapermonkey-scripts
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abduldevhub/tapermonkey-scripts
- Owner: AbdulDevHub
- Created: 2024-08-26T23:14:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-11T20:43:55.000Z (10 months ago)
- Last Synced: 2025-09-11T23:03:24.049Z (10 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tampermonkey Scripts
A small collection of personal and third‑party **Tampermonkey userscripts** that tweak scrolling behavior, video display, site appearance, and navigation across popular websites.
> All scripts live in the repository root. No subfolders are used.
---
## 📦 Scripts Included
### 1. **Disable Bing Search Engine Scroll**
**File:** `Disable Bing Scroll.user.js`
* Disables scrolling on Bing search result pages.
* Prevents accidental scrolling into the Bing Chat / Copilot panel.
* **Match:** `https://www.bing.com/*`
---
### 2. **Fullscreen Toggle**
**File:** `Fullscreen Toggle.user.js`
* Toggle fullscreen mode on **any website**.
* **Shortcut:** `Shift + Alt + F`
* Works globally across all domains.
---
### 3. **Hide Scrollbar**
**File:** `Hide Scrollbar.user.js`
* Hides the active scrollbar for a cleaner UI.
* Useful for distraction‑free browsing or presentations.
* Supports HTTP, HTTPS, and local `file:///` pages.
---
### 4. **Horizontal to Vertical Scroll Remapper**
**File:** `Horizontal to Vertical Scroll Remapper.user.js`
* Converts horizontal scrolling into vertical scrolling.
* Especially useful for mice with horizontal thumb wheels (e.g. Logitech MX Master).
* Works on all websites.
---
### 5. **Sketchfab Downloader**
**File:** `Sketchfab.user.js`
* Enables downloading of Sketchfab models.
* Uses JSZip and FileSaver to package assets.
* Runs at `document-start` for reliability.
⚠️ **Note:** Respect Sketchfab’s terms of service and creators’ licenses.
---
### 6. **Video Aspect Ratio Stretcher**
**File:** `Video Aspect Ratio Stretcher.user.js`
* Dynamically stretches videos to better fill a **16:10 screen**.
* Improved aspect‑ratio detection.
* Works on most video sites.
---
### 7. **Webtoon Dark Mode**
**File:** `Webtoon Dark Mode.user.js`
* Applies a dark background to Webtoon content pages.
* Reduces eye strain during long reading sessions.
* **Match:** `https://www.webtoons.com/*`
---
### 8. **YouTube Shorts to Watch Redirect**
**File:** `YouTube Shorts to Watch Redirect.user.js`
* Automatically redirects YouTube Shorts URLs to the standard `/watch` format.
* Supports YouTube’s SPA navigation (no page refresh needed).
---
## đź› Installation
1. Install **Tampermonkey**:
* Chrome / Chromium / Edge / Brave
* Firefox
2. Open any `.user.js` file in this repository.
3. Click **Install** when Tampermonkey prompts you.
4. Ensure the script is enabled in the Tampermonkey dashboard.
---
## đź”§ Customization
Most scripts are intentionally lightweight and require no configuration.
If you want to customize behavior:
* Open the script in Tampermonkey
* Edit constants, keybindings, or CSS values
* Save and refresh the page
---
## ⚠️ Disclaimer
These scripts are provided **as‑is** with no warranty.
* Use at your own risk
* Website updates may break functionality
* Always respect website terms of service