This repository contains three custom browser extensions built to improve productivity and workflow across popular platforms. Each extension focuses on a specific task, making common actions faster and easier.
A simple tool that adds a small copy button on top of every icon inside the React Icons website. With a single click, the SVG markup is copied to your clipboard.
- Detects icons dynamically as the page updates
- Injects a compact copy button on each SVG
- Copies clean, ready‑to‑use SVG code
- Works with search and infinite scroll
- JavaScript (Content Script)
- MutationObserver
- DOM Manipulation
A clean extension that removes the "Shorts" section across YouTube. Focuses on a distraction‑free viewing experience.
- Hides Shorts rows from the homepage
- Removes Shorts buttons and suggestions from sidebars
- Works on search results and channel pages
- Lightweight and runs automatically
- JavaScript (Content Script)
- CSS Injection
Adds a "Copy Image URL" button on every Pinterest pin card. Clicking the button copies the highest‑quality image URL directly to your clipboard.
- Detects all pin cards, even during infinite scrolling
- Extracts the best quality from
srcset - Injects a clean, small button on every image
- Visual feedback (Copy → Copied)
- Includes optional popup UI and custom icon
- Manifest V3 Extension
- Content Script + CSS
- Clipboard API
- MutationObserver
- Download or clone this repository.
- Open Chrome or any Chromium‑based browser.
- Go to
chrome://extensions/. - Enable Developer Mode.
- Click Load Unpacked.
- Select the extension folder you want to install.
Each extension has its own folder with:
manifest.jsoncontent.jsstyle.css(if required)icons/(optional)popup.html(if included)
root/
├── svg‑copier/
├── YT_short_Hidder/
└── PinsImgURICopy/
Created with focus, coffee, and curiosity by HMK CodeWeb.
If you want improvements, new features, or more extensions, feel free to reach out.
Open for personal and learning use. Commercial use requires permission from HMK CodeWeb.