isUnlisted now uses JSON data.

This commit is contained in:
Ajay Ramachandran
2020-04-26 20:40:11 -04:00
parent 6179278699
commit 18852d16ac
3 changed files with 18 additions and 25 deletions

View File

@@ -922,7 +922,8 @@ async function runThePopup(messageListener?: MessageListener) {
{message: 'getChannelID'},
function(response) {
if (!response.channelID) {
alert(chrome.i18n.getMessage("channelDataNotFound"));
alert(chrome.i18n.getMessage("channelDataNotFound") + "\n\n" +
chrome.i18n.getMessage("itCouldBeAdblockerIssue"));
return;
}