您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Strips away all UI noise, providing a clean, full-screen, adaptive workspace for deep focus on HackAPrompt challenges.
An essential userscript for AI Red Teamers and prompt engineers. It strips away all UI noise from HackAPrompt, providing a clean, full-screen, adaptive workspace for deep concentration.
This tool employs true DOM element isolation—a more robust method than simple CSS hiding—to create a distraction-free environment that is resilient to site updates and prevents style conflicts.
100%
of the viewport height. The prompt area, response panel, and input textarea fluidly resize to use all available space.1. Prerequisites: A userscript manager is required. Tampermonkey is recommended.
2. Install the Script:
[Replace with your Greasy Fork install link]
document.body
and leaves a placeholder element. Deactivation precisely reverses this process, ensuring a clean restoration of the original DOM.hap-isolated-view-active
) is toggled on the `element. All focus mode styles are scoped to this class via
GM_addStyleand use modern CSS (
flexbox,
vh` units) to override default site styles and create the fluid layout.setInterval
polling mechanism with a 20-second timeout to reliably initialize on the dynamic, client-side rendered platform.