Skip to content

Commit

Permalink
add support for idnes.cz CZ news website
Browse files Browse the repository at this point in the history
  • Loading branch information
richja committed Oct 2, 2019
1 parent 1f5d137 commit 94c5840
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion content.js
Expand Up @@ -92,7 +92,8 @@ var sites = [
["shippingwatch.dk", searchForClass, "lockedArticleContainer"],
["finans.dk", searchForClass, "artViewLock"],
["business.dk", searchForClass, "paywall-hard"],
["b.dk", searchForClass, "paywall-hard"]
["b.dk", searchForClass, "paywall-hard"],
["idnes.cz", searchForId, "paywall"]
];

checkForPaidContent(document.location.host, sites);
Expand Down
5 changes: 3 additions & 2 deletions manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "0.3.5",
"version": "0.3.6",
"description": "__MSG_extDesc__",
"default_locale": "en",
"author": "Jan Richter",
Expand Down Expand Up @@ -110,7 +110,8 @@
"*://*.shippingwatch.dk/*",
"*://*.finans.dk/*",
"*://*.business.dk/*",
"*://*.b.dk/*"
"*://*.b.dk/*",
"*://*.idnes.cz/*"
],
"css": [
"style.css"
Expand Down

0 comments on commit 94c5840

Please sign in to comment.