03 Aug 2026
just-detect-adblock is a lightweight JavaScript library designed to detect various ad-blocking browser extensions, including AdBlock and uBlock, as well as ad-blocking features in Brave and Opera browsers. Its primary use case is to identify the presence of ad blockers to accommodate or respond appropriately on web pages. Notable features include simple helper functions for detection and a promise-based API that ensures straightforward integration within web applications.
03 Aug 2026
Collaborative JavaScript Debugging App
03 Aug 2026
ESLint JS is a monorepo that houses various JavaScript language tools, including packages like espree for JavaScript parsing and eslint-scope for managing variable scopes. Its primary use case is to facilitate static code analysis and enforce coding standards in JavaScript codebases, ensuring robust code quality and adherence to best practices. Notable features include a well-defined security policy and active sponsorship support for ongoing development and maintenance.
03 Aug 2026
The "JavaScript Algorithms and Data Structures" repository provides a comprehensive collection of JavaScript implementations for various algorithms and data structures, aimed at educating developers on fundamental concepts. Each algorithm and data structure is accompanied by detailed explanations, usage examples, and links for further exploration, making it a valuable resource for both beginner and advanced programmers. Notable features include a broad range of algorithms categorized by topic, and a variety of data structures, with separate documentation for each component.
03 Aug 2026
The Java Fuzzer is a tool designed to compare JAR files, primarily aimed at evaluating solutions for programming exams. It allows users to generate inputs to test various JAR files and provides a summarization feature to identify differences between the solutions, enhancing the process of detection and analysis in code comparison. Notable features include customizable input generators and a straightforward setup with no external dependencies.
03 Aug 2026
ISLE is a web-based inventory management system designed to track and manage lab equipment, allowing users to check in and check out assets while providing role-based access to different functionalities. Key features include detailed asset tracking (such as specifications, locations, and relationships), a user-friendly interface with AJAX and jQuery enhancements, and support for managing multiple inventory instances through a shared back-end. Built on the LAMP stack, ISLE adheres to web standards and usability guidelines, ensuring a secure and compliant experience for users.
03 Aug 2026
The IPFS Video Player is a decentralized application designed to stream videos from InterPlanetary File System (IPFS) nodes, ensuring data availability without reliance on centralized servers. Its primary use case is for users looking to access video content in a decentralized manner, although functionality may be inconsistent based on network testing. Notable features include the ability to operate solely on decentralized infrastructure, promoting the principles of distributed content delivery.
03 Aug 2026
IPFS Desktop is a user-friendly desktop application that provides a complete IPFS node, allowing users to easily manage files, explore content, and visualize peer connections without using the command line. It includes notable features such as OS integration for seamless file handling, a built-in file manager, and a peer mapping tool to enhance the user experience and productivity within the IPFS ecosystem. This tool is ideal for both beginners and advanced users who wish to streamline their interactions with the InterPlanetary File System.
03 Aug 2026
Impeccable is a design guidance tool for AI coding agents, offering a structured setup and 23 distinct commands for frontend design iteration and evaluation. It features a live browser integration, 59 deterministic rule checks for AI-generated designs, and a shared design vocabulary, enabling a comprehensive workflow from initial setup to final quality assurance and optimization of user interfaces. The CLI facilitates intelligent collaboration between designers and AI, ensuring adherence to best practices while avoiding common design pitfalls.
03 Aug 2026
HrefScraper is a Chrome extension designed to extract all hyperlinks from a specified web page and save them as a text document. Its primary use case is for users who need to collect links for research, analysis, or browsing purposes, facilitating easy access to all href elements on a page. Notable features include simple installation, an unobtrusive user interface, and efficient link extraction capabilities.
03 Aug 2026
homebridge-govee is a Homebridge plugin designed to integrate Govee smart devices into Apple's HomeKit ecosystem, enabling users to control their Govee devices through HomeKit. It supports various connection methods, including OpenAPI, LAN, AWS, and Bluetooth, ensuring flexibility based on device model and user preferences. The plugin requires the latest versions of Node and Homebridge for optimal functionality, as well as Govee credentials for full cloud integration.
03 Aug 2026
Helena is a Chrome extension designed for web automation and scraping, particularly targeting non-programmers by allowing them to demonstrate actions for automation. It utilizes a unique web automation language and can create scripts for scraping extensive datasets from well-structured webpages after a simple demonstration. Though still in development and considered a research prototype, it aims to support researchers, especially in the fields of social and data sciences.
03 Aug 2026
The GSD tool has been archived and is no longer actively maintained at this repository. Its development has transitioned to the Open GSD repository, specifically under the GSD Core project, which serves as the new home for source code, issue tracking, and contributions.
03 Aug 2026
FuckAdBlock is a JavaScript library designed for detecting ad blockers across multiple web browsers. Its primary use case involves enabling website owners to determine if a user has AdBlock enabled, thereby allowing them to tailor their content or take specific actions based on ad blocker presence. Notable features include configurable detection options, the ability to simulate ad blocker detection for testing purposes, and compatibility with various browsers, ensuring broad usability.
03 Aug 2026
Frida UI is a modern web-based tool designed for Android application penetration testing, enabling users to interact with devices, processes, and Frida scripts through a browser interface. Notable features include auto-discovery of devices, session management for applications, a built-in script editor with CodeShare integration, and real-time logging, all presented in a responsive and user-friendly layout.
03 Aug 2026
Frida-fuzzer is an experimental tool designed for in-memory fuzzing of APIs utilizing the Frida instrumentation framework. It is inspired by AFL/AFL++ and incorporates a mutator for generating fuzz inputs, allowing users to create custom harnesses for fuzz testing specific functions within target applications. Key features include support for a fuzzing dictionary, a customizable configuration for tuning performance, and the ability to connect via USB for testing on Android devices.
03 Aug 2026
FlightRadarAPI is an unofficial SDK designed for interfacing with the FlightRadar24 service using Python 3 and Node.js. Its primary use case is to provide developers with easy access to live flight data for educational purposes, with features including simple installation via pip or npm and comprehensive documentation for both supported languages. Users should be aware that commercial use requires appropriate licensing from FlightRadar24.
03 Aug 2026
FastRTC is a Python library that enables the implementation of real-time audio and video streaming functionalities using WebRTC or WebSockets. Its primary use case revolves around facilitating interactive applications, such as voice and video calls, by providing automatic voice detection, built-in UI components, customizable backends, and support for telephony integration. Notable features include automatic turn-taking logic, easy integration with FastAPI applications, and the ability to generate real-time voice streams through external APIs.
03 Aug 2026
Estraverse is a tool for traversing and manipulating Abstract Syntax Trees (ASTs) in ECMAScript, designed to facilitate various code analysis and transformation tasks. It features advanced traversal options such as custom enter and leave handlers, node replacement capabilities, and extensible traversal rules through visitor keys and fallback mechanisms. This makes it highly flexible for developers working on static analysis and transformation of JavaScript code.
03 Aug 2026
ESQuery is a library designed for querying the Abstract Syntax Tree (AST) generated by Esprima using a CSS-style selector syntax, enabling users to identify patterns in JavaScript code structures. It supports a comprehensive range of selectors, such as node types, attribute conditions, and child relationships, facilitating intricate queries for developers working with JavaScript parsing and analysis. Notable features include support for nested attributes, regex matching on attributes, and advanced selectors like negation and descendant relationships.
03 Aug 2026
eslint-plugin-xss is a static analysis tool designed to identify potential XSS vulnerabilities in JavaScript code before deployment. This ESLint plugin includes rules that alert developers to issues such as mixed HTML content and unsafe manipulations of the `location.href` property. Its primary use case is to enhance web application security by ensuring code adheres to best practices in preventing cross-site scripting attacks.
03 Aug 2026
eslint-plugin-security is an ESLint plugin designed to identify potential security vulnerabilities in Node.js applications. Its primary use case is to flag patterns in code that may pose security risks, helping developers to mitigate these issues while acknowledging that some identified risks may require manual review due to false positives. Notable features include a variety of customizable rules for detecting unsafe practices, such as the use of `eval`, non-literal filenames, and vulnerabilities related to buffer handling.
03 Aug 2026
The eslint-plugin-pii is a tooling plugin for ESLint that enforces best practices related to personally identifiable information (PII) in code. It provides specific linting rules to prevent the inclusion of sensitive data such as emails, birth dates, IP addresses, and phone numbers within comments and string literals. Notable features include customizable rules and an easy integration process into existing ESLint configurations.
03 Aug 2026
The eslint-plugin-no-unsanitized is a dedicated tool for enforcing safe coding practices in JavaScript by disallowing the use of unsanitized code that can lead to security vulnerabilities. It specifically targets unsafe assignments and function calls, ensuring that developers utilize predefined escaping functions for any dynamic content manipulations, thus promoting better security hygiene in web applications. Notable features include rules that disallow problematic methods like `insertAdjacentHTML` and properties like `innerHTML`, alongside support for the Sanitizer API.
03 Aug 2026
eslint-formatter-html is an advanced ESLint formatter that generates interactive HTML reports from ESLint output, enhancing usability and accessibility of linting results. Its primary use case is to create visually appealing and concise reports for developers, featuring capabilities such as relative paths, code line and column copying, dark mode support, and efficient file size management through compression. The formatter leverages React and Ant Design for a modern interface and offers multiple demonstration examples to showcase its functionality.