Back to List
TechnologyAIBrowser ExtensionPrivacy

Tweeks (YC W25) Chrome Extension Leverages LLMs for Automated Userscript Generation, Sparks Debate on Privacy, Legality, and Open Source

Tweeks, a YC W25 Chrome extension, aims to 'de-enshittify' the web by automatically generating userscripts using Large Language Models (LLMs), similar to Greasemonkey/Tampermonkey. The extension captures current page content for LLM generation, with the resulting static scripts running locally. Key discussions revolve around technical feasibility, particularly with complex web structures and Manifest V3, and significant privacy concerns due to sending page content to LLMs during generation and the broad permissions required. Legal and platform risks, including potential site bans or lawsuits, are also central, with historical precedents like FB Purity cited. The business model and the extent of open-sourcing are debated, with the founders expressing caution about full open-source due to potential replication by larger entities. While users praise its ease of use for customization, the team acknowledges reliance on manual testing for accuracy and is exploring local small models for future cost and privacy improvements. The founders have disclosed DPA agreements with LLM providers regarding data retention and SOC II compliance.

News Hacker

Tweeks, a Chrome extension from YC W25, is designed to empower users to customize web pages by automatically generating userscripts through Large Language Models (LLMs). This functionality, akin to tools like Greasemonkey or Tampermonkey, aims to 'de-enshittify' the web. The process involves capturing the current web page content and sending it to an LLM for script generation. Once generated, these scripts operate statically and locally, applying to specific domains or patterns via @match rules.

The product has ignited extensive discussion across several critical areas. Technical feasibility is a major point, with concerns raised about the robustness of LLMs in handling complex web structures, deep nesting, iframes, and deliberately obfuscated CSS/JS. The team currently relies on a combination of manual testing and basic automated detection for script accuracy and selector matching, with many correctness validations still requiring manual regression testing. Future maintenance strategies include allowing users to pull updates, manually request selector updates, and the long-term vision of 'self-healing' scripts that periodically detect and fix selectors. Cross-browser portability is also a challenge, influenced by Manifest V3 and differences in browser extension APIs, making porting to Firefox or Safari non-trivial.

Privacy and permissions are central to the debate. Critics are concerned about data flow, as the founders admit that current page content is sent to the LLM during the 'generation' step. However, they clarify that generated scripts are static and execute locally, without passive logging. The extension requires broad page access permissions to run powerful scripts (reading/writing pages, notifications, localStorage), raising fears of permission abuse and malicious takeovers. The founders have stated they have Data Processing Agreements (DPAs) with LLM vendors that include non-training/non-retention clauses and claim SOC II compliance. However, a clause in their privacy policy regarding retaining the right to use generated scripts has been flagged as problematic and may be removed, with suggestions for greater transparency or open-sourcing to build trust.

The business model, open-source strategy, and investor concerns are also under scrutiny. Many question how Tweeks will monetize, as the founders acknowledge that a revenue model is not yet determined. There's a concern that widespread adoption could impact website revenue, making it difficult for Tweeks to directly capture that value. The community has repeatedly called for open-sourcing to protect user rights and prevent potential misuse if the company is acquired. However, the founders are cautious about full open-sourcing, fearing replication by larger companies for other purposes, and are leaning towards partial or gradual component release. The involvement of YC/VC funding is seen as enabling experimentation but also raises concerns about future acquisitions or commercialization potentially deviating from the product's original intent.

Legal and platform confrontation risks are significant. Historical precedents, such as the case of FB Purity, demonstrate that scripts modifying website appearance or functionality have faced platform bans or legal disputes. If Tweeks gains widespread adoption and significantly impacts platform revenue, large platforms could resort to legal and banning tactics to suppress such third-party tools. Some commentators believe that the actual impact might be overestimated due to limited general user adoption, while others warn of potential long-term legal battles. The startup team is advised to assess compliance risks and consider strategies like gentle modifications or communication with platforms to reduce the likelihood of direct conflict.

Related News

Project N.O.M.A.D: A Self-Sufficient Offline Survival Computer with AI and Essential Tools for Anytime, Anywhere Access
Technology

Project N.O.M.A.D: A Self-Sufficient Offline Survival Computer with AI and Essential Tools for Anytime, Anywhere Access

Project N.O.M.A.D (N.O.M.A.D project) is introduced as a self-sufficient, offline survival computer designed to provide users with critical tools, knowledge, and AI capabilities. This system aims to ensure users can access information and maintain an advantage regardless of their location or connectivity status. The project emphasizes self-reliance and preparedness through its integrated features.

MiroFish: A Concise and Universal Swarm Intelligence Engine for Predicting Everything
Technology

MiroFish: A Concise and Universal Swarm Intelligence Engine for Predicting Everything

MiroFish, an innovative project by 666ghj, has emerged as a trending repository on GitHub. Described as a concise and universal swarm intelligence engine, MiroFish aims to predict a wide array of phenomena. The project's core concept revolves around leveraging collective intelligence to offer predictive capabilities across various domains. Further details regarding its specific applications or underlying technology are not provided in the initial description.

GitNexus: Zero-Server Code Smart Engine Transforms GitHub Repos and ZIP Files into Interactive Knowledge Graphs with Built-in Graph RAG Agent for Enhanced Code Exploration
Technology

GitNexus: Zero-Server Code Smart Engine Transforms GitHub Repos and ZIP Files into Interactive Knowledge Graphs with Built-in Graph RAG Agent for Enhanced Code Exploration

GitNexus is a client-side knowledge graph creator that operates entirely within the browser, requiring no server-side code. Users can input GitHub repositories or ZIP files to generate an interactive knowledge graph, which includes a built-in Graph RAG agent. This tool is designed to significantly enhance code exploration by providing a visual and interactive way to understand codebases.