From 494641da348e9592a1c07b3b62b2720ab2fb44ac Mon Sep 17 00:00:00 2001 From: eight Date: Mon, 8 Apr 2019 16:38:22 +0800 Subject: [PATCH] Add: exclude the entire site command --- _locales/en/messages.json | 5 ++++- popup.html | 11 +++++++++++ popup/popup.js | 16 ++++++++++++++-- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index f0d66282..9f2e1a81 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -316,7 +316,10 @@ "description": "Label for the button to enable a style" }, "excludeStyleByDomainLabel": { - "message": "Exclude this site" + "message": "Exclude by current domain" + }, + "excludeStyleBySiteLabel": { + "message": "Exclude the entire site" }, "excludeStyleByUrlLabel": { "message": "Exclude by current URL-prefix" diff --git a/popup.html b/popup.html index c9d4f720..d4727f04 100644 --- a/popup.html +++ b/popup.html @@ -48,6 +48,15 @@