By: ArachnidFight
Inspect and view changes in Per-Domain User CSS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Per-Domain User CSS",
"version": "1.0.1",
"description": "Add your own CSS per exact domain. Toggle on/off, preview, and save.",
"permissions": [
"storage",
"tabs",
"<all_urls>"
],
"browser_action": {
"default_title": "Per-Domain CSS",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{86908eef-2656-4b9e-a2d7-89b1da404542}"
}
}
} Best Per-Domain User CSS Alternatives
Here are some Firefox add-ons that are similar to Per-Domain User CSS:
Per-Site CSS Injector
matt chavoshi
Custom CSS rules
sina
CSSOverride
IDGAF_Fandom
CSSOverride
IDGAF_Fandom
CSS Edit
keyser
Domain Stylus Lite
domain-stylus-lite
CSS Override
swcolegrove
Simple Custom CSS
Nick G.
Custom Style
cywu
Your Custom Css
Bekurkes
Site customizer
Rico
Stylerific
Ron Rider Jr.