From 4e535f4f7614ccc0c0dd1cca7278bbed8ad523d0 Mon Sep 17 00:00:00 2001 From: FrostyBiscuit Date: Wed, 19 Feb 2025 19:28:29 +0100 Subject: Included leetcode.com and programiz.com --- manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index b76d117..cd83ca7 100644 --- a/manifest.json +++ b/manifest.json @@ -127,6 +127,16 @@ "matches": ["*://*.chess.com/*"], "css": ["./styles/websites/chess.css"], "run_at": "document_start" + }, + { + "matches": ["*://*.leetcode.com/*"], + "css": ["./styles/websites/leetcode.css"], + "run_at": "document_start" + }, + { + "matches": ["*://*.programiz.com/*"], + "css": ["./styles/websites/programiz.css"], + "run_at": "document_start" } ] } \ No newline at end of file -- cgit v1.2.3