SkyNot is a Firefox extension that replaces Google's annoying AI-generated content with quotes from the Terminator movies.
SkyNot automatically intercepts content being added to Google's 'AI Overview' container, and steps in to replace it with memorable quotes from Terminator characters, complete with avatars and typing animations.
- Install the Extension (see installation instructions below)
- Visit Google Search and perform any search query
- Watch SkyNot Work: When Google tries to show AI content, you'll see Terminator quotes instead
- Toggle On/Off: Click the icon to open the popup, and the button to activate/deactivate
Install from Firefox Add-ons Store (easiest): Click the badge above or visit: Firefox Add-ons - SkyNot
Manual Installation (for specific versions or if store is unavailable):
- Download the latest
.xpifile from the Releases page - Open Firefox and navigate to
about:addons - Click the gear icon and select "Install Add-on From File"
- Choose the downloaded
.xpifile - Grant the necessary permissions
-
Clone this repository:
git clone https://github.com/Skycat1983/SkyNot.git cd SkyNot -
Install dependencies:
npm install
-
Build the extension:
npm run build
-
Load in Firefox:
- Navigate to
about:debugging - Click "This Firefox"
- Click "Load Temporary Add-on"
- Select the
manifest.jsonfile from the project root
- Navigate to
- Content Scripts: Detect and replace AI content on Google pages
- Popup Interface: Simple toggle for extension control
- Browser Storage: Persistent settings across sessions
- Theme Detection: Automatically adapts to Google's current theme
activeTab: Access to the current Google search tabstorage: Save extension settingstabs: Detect Google search pages
- Firefox: Full support (Manifest V2)
- Chrome: Not currently supported (would require Manifest V3 port)
Contributions are welcome! Whether you want to:
- Add new Terminator quotes
- Improve the UI/UX
- Fix bugs or enhance performance
- Add support for other browsers
Please feel free to open an issue or submit a pull request.
# Clone the repo
git clone https://github.com/Skycat1983/SkyNot.git
# Install dependencies
npm install
# Start development build with watch mode
npm run dev
# Build for production
npm run buildThis project is licensed under the MIT License - see the LICENSE file for details.
SkyNot is a parody extension created for entertainment purposes. All Terminator quotes and references are the property of their respective copyright holders. This extension is not affiliated with or endorsed by Google, Skydance Media, or any other entity associated with the Terminator franchise.


