這是一份給 ani.gamer.com.tw 動畫瘋播放器使用的 UserStyle。
動畫瘋內建的視窗全螢幕/劇院模式會保留作品名稱與集數切換。這份樣式只會在頁面進入 .top_sky.fullwindow 狀態時生效,隱藏播放器以外的頁面區塊,讓播放器填滿整個瀏覽器視窗。
- 安裝 UserStyle 管理器,例如 Stylus。
- 開啟安裝連結:
A userscript that adds a lightweight right-side toggle handle to open a custom "Following Boards" panel on Pinterest.
| { | |
| "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== |