| @@ -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": { | ||||
| @@ -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; | |||||
| } | } | ||||
| @@ -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"] | ||||
| } | } | ||||
| ], | ], | ||||