From b96ef24d22cead79dfdcc28c61ec7e2b78a378fd Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Fri, 19 Jan 2024 08:15:47 +0100 Subject: [PATCH] Fix Times Higher Education (books) --- background.js | 2 +- changelog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/background.js b/background.js index f628658..0731dbd 100644 --- a/background.js +++ b/background.js @@ -41,7 +41,7 @@ var restrictions = { 'tagesspiegel.de': /^((?!\/(background|checkpoint)\.tagesspiegel\.de\/).)*$/, 'techinasia.com': /\.techinasia\.com\/.+/, 'thetimes.co.uk': /^((?!epaper\.thetimes\.co\.uk).)*$/, - 'timeshighereducation.com': /\.timeshighereducation\.com\/((features|news|people)\/|.+((\w)+(\-)+){3,}.+|sites\/default\/files\/)/, + 'timeshighereducation.com': /\.timeshighereducation\.com\/((books|features|news|people)\/|.+((\w)+(\-)+){3,}.+|sites\/default\/files\/)/, 'uol.com.br': /^((?!(conta|email|piaui\.folha)\.uol\.com\.br).)*$/, } diff --git a/changelog.txt b/changelog.txt index 09bf0fb..1d12052 100644 --- a/changelog.txt +++ b/changelog.txt @@ -10,6 +10,7 @@ Add Mediahuis Nederland Regional (fetch from archive.is) Add Wiwo.de (fetch from archive.is) Remove Franc-Tireur.fr (fix obsolete) Fix Independent.co.uk (premium images) +Fix Times Higher Education (books) Fix Zeit.de (bug; update rules) * v3.5.1.0 (2024-01-14)