Pārlūkot izejas kodu

Make the config font larger

master
Fen Dweller pirms 5 gadiem
vecāks
revīzija
bbd0fe84e0
3 mainītis faili ar 9 papildinājumiem un 5 dzēšanām
  1. +1
    -1
      _locales/en/messages.json
  2. +5
    -2
      config.css
  3. +3
    -2
      manifest.json

+ 1
- 1
_locales/en/messages.json Parādīt failu

@@ -12,7 +12,7 @@
"description": "Extension description" "description": "Extension description"
}, },
"blacklistLabel": { "blacklistLabel": {
"message": "Blacklisted words (case insensitive):",
"message": "Blacklisted words:",
"description": "Blacklist description" "description": "Blacklist description"
}, },
"blacklistSave": { "blacklistSave": {


+ 5
- 2
config.css Parādīt failu

@@ -1,14 +1,17 @@
body { body {
min-width: 200pt;
min-height: 200pt;
min-width: 250pt;
min-height: 150pt;
font-size: 24pt;
} }


#blacklist { #blacklist {
width: 100%; width: 100%;
height: 70%; height: 70%;
font-size: 16pt;
} }


#confirm { #confirm {
width: 100%; width: 100%;
height: 20%; height: 20%;
font-size: 24pt;
} }

+ 3
- 2
manifest.json Parādīt failu

@@ -5,7 +5,8 @@
"description": "__MSG_extDesc__", "description": "__MSG_extDesc__",
"author": "chemicalcrux", "author": "chemicalcrux",
"permissions": [ "permissions": [
"*://www.furaffinity.net/",
"http://www.furaffinity.net/",
"https://www.furaffinity.net/",
"storage" "storage"
], ],
"web_accessible_resources": [ "web_accessible_resources": [
@@ -17,7 +18,7 @@
"content_scripts": [ "content_scripts": [
{ {
"run_at": "document_end", "run_at": "document_end",
"matches": ["*://www.furaffinity.net/"],
"matches": ["http://www.furaffinity.net/", "https://www.furaffinity.net/"],
"js": ["filter.js"] "js": ["filter.js"]
} }
], ],


Notiek ielāde…
Atcelt
Saglabāt