By: sina
Inspect and view changes in Custom CSS rules source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Custom CSS Injector",
"version": "1.1",
"description": "A Firefox extension to inject custom CSS into any website.",
"author": "Sina Jalalvandi",
"homepage_url": "https://sinajalalvandi.ir",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background/background.js"
]
},
"action": {
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"default_title": "Customer CSS Injector",
"default_popup": "popup/popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_scripts/injector.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "fccssi@sinajalalvandi.ir",
"strict_min_version": "58.0"
}
}
} Best Custom CSS rules Alternatives
Here are some Firefox add-ons that are similar to Custom CSS rules:
Your Custom Css
Bekurkes
Per-Site CSS Injector
matt chavoshi
CSS Edit
keyser
Simple Custom CSS
Nick G.
CustomCSS Injector
Blizz3
Per-Domain User CSS
ArachnidFight
CSSOverride
IDGAF_Fandom
stylextension
Firefox user 13014860
CSSOverride
IDGAF_Fandom
Custom Style
cywu
CSS Override
swcolegrove