Tag

Tampermonkey

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 2, 2025 · Frontend Development

Removing Juejin Ads with a Tampermonkey Userscript

This guide explains how to create and inject a Tampermonkey userscript that hides both the top banner and article‑page advertisements on Juejin, adjusts the navigation layout, and restores the site’s original clean appearance for a better reading experience.

CSSJuejinTampermonkey
0 likes · 5 min read
Removing Juejin Ads with a Tampermonkey Userscript
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 24, 2024 · Frontend Development

Engineering a Tampermonkey Script with Vite, Less, and Hot‑Reload

This article details how to transform an outdated internal bug‑tracking web page by creating a Tampermonkey userscript, setting up a Vite‑based development environment, integrating Less preprocessing, automating script generation with nodemon, and achieving hot‑reload functionality for seamless updates.

Build ToolsLessTampermonkey
0 likes · 15 min read
Engineering a Tampermonkey Script with Vite, Less, and Hot‑Reload
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
May 24, 2024 · Frontend Development

Boost Design Tool Testing with a Tampermonkey Plugin: Low‑Code, High‑Efficiency

To streamline repetitive, time‑consuming tasks in the KuJiaLe design tool, the team built a low‑code Tampermonkey plugin that consolidates data queries, model interactions, and custom actions into a draggable menu, offering easy development, powerful APIs, and seamless updates for front‑end developers.

Browser ExtensionFront-end AutomationTampermonkey
0 likes · 13 min read
Boost Design Tool Testing with a Tampermonkey Plugin: Low‑Code, High‑Efficiency
JD Tech
JD Tech
Sep 6, 2018 · Frontend Development

Using Tampermonkey for Browser Automation and Testing

This article explains how to use the Tampermonkey browser extension to interact with web pages, retrieve performance data, manipulate DOM elements, and automate testing tasks such as sign‑in assistance, event inspection, and cross‑origin requests, thereby improving testing efficiency and coverage.

Frontend ScriptingTampermonkeyTesting
0 likes · 7 min read
Using Tampermonkey for Browser Automation and Testing