{"id":19263926,"url":"https://github.com/benjaminlukeclark/doggify-firefox","last_synced_at":"2026-05-12T12:39:06.085Z","repository":{"id":183415958,"uuid":"225934577","full_name":"benjaminlukeclark/Doggify-Firefox","owner":"benjaminlukeclark","description":"A Firefox extension that lets you doggify your browsing experience","archived":false,"fork":false,"pushed_at":"2019-12-12T14:25:52.000Z","size":2409,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T19:14:23.564Z","etag":null,"topics":["css","dog","dog-ceo-api","doggos","dogs","firefox","firefox-extension","html","html-css-javascript","javascript"],"latest_commit_sha":null,"homepage":"https://sudoblark.github.io/Doggify-Firefox/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benjaminlukeclark.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-12-04T18:46:14.000Z","updated_at":"2019-12-12T14:21:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7e38c11-396c-49b5-b49d-a49780e2f516","html_url":"https://github.com/benjaminlukeclark/Doggify-Firefox","commit_stats":null,"previous_names":["sudoblark/doggify-firefox","benjaminlukeclark/doggify-firefox"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminlukeclark%2FDoggify-Firefox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminlukeclark%2FDoggify-Firefox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminlukeclark%2FDoggify-Firefox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminlukeclark%2FDoggify-Firefox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjaminlukeclark","download_url":"https://codeload.github.com/benjaminlukeclark/Doggify-Firefox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240364364,"owners_count":19789760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","dog","dog-ceo-api","doggos","dogs","firefox","firefox-extension","html","html-css-javascript","javascript"],"created_at":"2024-11-09T19:37:37.007Z","updated_at":"2026-05-12T12:39:06.079Z","avatar_url":"https://github.com/benjaminlukeclark.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e 🧪 **Side Project | Experimental Demo**  \n\u003e This Firefox extension, created circa 2019, brings a playful “doggify” twist to your browsing.  \n\u003e Built for fun and experimentation — not intended for production use.  \n\u003e Fully functional, but unsupported and unmaintained.  \n\u003e   \n\u003e 🐶 Because sometimes, the internet just needs more dogs.\n\n---\n\n# 🐾 Doggify-Firefox\n\nA whimsical Firefox WebExtension that transforms your browsing experience by adding dog-themed flair. Originally built as a weekend project to explore browser APIs, DOM manipulation, and WebExtension architecture.\n\n---\n\n## 🧠 Features\n\n- 🐕 Replaces certain images and words on webpages with dog-themed equivalents\n- ⚙️ Includes a configurable settings screen (via `about:addons`)\n- 🧩 Built as a lightweight Firefox WebExtension\n- 🔁 Live DOM manipulation using content scripts\n- 🌐 Local development \u0026 distribution ready (signed `.xpi` support)\n\n---\n\n## 🚀 Getting started\n\n### 1. Clone the repo\n```bash\ngit clone https://github.com/benjaminlukeclark/Doggify-Firefox.git\n```\n\n### 2. Load the extension in Firefox\n1. Navigate to `about:debugging#/runtime/this-firefox`\n2. Click **Load Temporary Add-on**\n3. Select any file in the project directory (e.g., `manifest.json`)\n\n---\n\n## ⚙️ Configuration\n\nAfter installing, visit `about:addons` and locate **Doggify**.  \nClick the **Preferences** button to open the settings screen.  \nYou can adjust:\n\n- Select a specific breed of dog to use when replacing images\n- Choose how aggressively to “doggify” web pages\n\n![Settings screen for Doggify](documentation/settings/Settings.PNG)\n\n---\n\n## 💡 Example usage\n\nVisit your favorite news or blog site with Doggify enabled.  \nWatch images get replaced with dog-themed equivalents.\n\n![Original web page before Doggify](documentation/overview/NastyCades.PNG)\n\n![Dog-themed transformation applied](documentation/overview/LovelyDoggos.PNG)\n\nYou can also manually “doggify” specific images via a context menu option.\n\n![Before Doggify transformation](documentation/doggify/Doggify-me-pre.png)\n\n![After Doggify transformation](documentation/doggify/Doggify-me-post.PNG)\n\n---\n\n## 🛠 Tech stack\n\n- JavaScript\n- Firefox WebExtension APIs\n- DOM manipulation\n\n---\n\n## 🧪 Status \u0026 notes\n\n- 🔸 Experimental and no longer maintained\n- 🔸 Created as a creative exercise — no tests or CI/CD\n- 🔸 Still works in modern Firefox as of 2025\n\n---\n\n## 📦 Project structure\n\n```\nDoggify-Firefox/\n├── icons/             # Extension icons\n├── scripts/           # Content and background scripts\n├── options.html       # Settings/preferences screen\n├── manifest.json      # Extension metadata\n└── README.md\n```\n\n---\n\n## 🐶 License\n\n[MIT License](./LICENSE)\n\n---\n\n## 📬 Contact\n\nMade with 💻 by [Benjamin Luke Clark](https://github.com/benjaminlukeclark)  \nSee more projects at [sudoblark.com](https://sudoblark.com)\n\n---\n\n![status: experimental](https://img.shields.io/badge/status-experimental-orange)\n![tech: WebExtension](https://img.shields.io/badge/tech-WebExtension-blue)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminlukeclark%2Fdoggify-firefox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjaminlukeclark%2Fdoggify-firefox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminlukeclark%2Fdoggify-firefox/lists"}