Adds a "Take screenshot" button to the YouTube player controls. Clicking it downloads a PNG of the current video frame.
- Install a userscript manager:
- Chrome/Edge: Tampermonkey
- Firefox: Tampermonkey or Violentmonkey
- Open the gist:
| CARVIEW |
Instantly share code, notes, and snippets.
| { | |
| "openapi": "3.0.3", | |
| "info": { | |
| "title": "HackMD OpenAPI v1", | |
| "version": "1.0.0", | |
| "contact": {} | |
| }, | |
| "servers": [ | |
| { | |
| "url": "https://api.hackmd.io/v1/" |
A Tampermonkey user script that automatically hides promoted (advertisement) posts on Reddit. By targeting specific CSS classes used for promoted content, this script removes those posts from view, providing a cleaner browsing experience.
This userscript enhances the Swap.work platform by adding a time tracking panel that allows freelancers to easily record hours, manage time entries, and export costs directly to the project. Built using MUI styles to seamlessly integrate with the existing UI, this script leverages GraphQL API calls for efficient data handling. Time entries are saved within the project's comment field and can be exported as individual cost entries, making it easier to track and bill for time spent on tasks.
The script automatically focuses on the ISBN input field after submission. Very useful when working with barcode scanner app.
The instance resource is often at full capacity. Therefore, we should create a script to automatically retry launching the instance at regular intervals.
The script also includes basic logging and will stop launching once you have successfully launched the instance.
| // ==UserScript== | |
| // @name Phanpy additional Keyboard Navigation | |
| // @match https://phanpy.social/* | |
| // @version 2024-05-07 | |
| // @description additional keymapping for phanpy.social | |
| // @author Yukai Huang | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=phanpy.social | |
| // @grant none | |
| // ==/UserScript== |
Follow the steps in https://gist.github.com/jeb5/da22862e469dea21e873acabb562f638