A planning and decision-making skill that evaluates whether an action is justified, why it should be taken, and whether the available conditions are sufficient. It observes and recommends but does not perform operations or verify facts.
A routing guide for browser and web-development topics, including rendering, the DOM, event loops, web storage, content security, performance, and progressive web apps. It directs a task to a more specific unit when needed.
A narrowly targeted browser skill for event bubbling, where a browser event travels from the element that received it up through its parent elements. It is intended only when the task explicitly concerns this event path.
A browser interaction helper for checking vibration status and starting or stopping device vibration. It corresponds to the browser's navigator.vibrate API.
A geometry helper for deciding whether a point lies inside a rectangle with rounded corners. Rounded corners are the curved edges created by CSS border-radius.
A browser communication helper for sending, receiving, and listing listeners across browser tabs. It corresponds to BroadcastChannel and postMessage, which let separate pages exchange messages.
A text layout helper that breaks text into lines using a chosen width. It uses greedy wrapping, which fills each line as much as possible before moving to the next.
An HTML parser that turns nested tags into a tree of parent and direct-child relationships. The DOM, or Document Object Model, is the tree browsers use to represent an HTML page.
An HTTP request builder for assembling a GET request with a host and headers. HTTP is the standard format browsers and servers use to exchange web requests and responses.
A browser security helper for checking, granting, and revoking permissions in an isolated frame. An iframe is a web page embedded inside another page; sandboxing limits what it can do.
A push-notification helper for subscribing to and sending messages through the Push API. Push notifications are messages delivered by a server to a user's device, even when the page is not open.
A browser file-access helper for opening, reading, and writing local files. The File System Access API is the browser feature that asks a user for permission to work with local files.
A browser extension manager for installing extensions, turning them on, and checking their permissions. Extensions are small browser programs that add or change browser features.
★not rated 159▲
+39 todayA93 tokens
originalMIT
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: