diff --git a/miniflux_scripts/feed_classifier.js b/miniflux_scripts/feed_classifier.js index 68d40ff..8264398 100644 --- a/miniflux_scripts/feed_classifier.js +++ b/miniflux_scripts/feed_classifier.js @@ -2,7 +2,7 @@ 'use strict'; // Check if the URL matches the specific pattern - if (!window.location.href.match(/\/feed\/\d+\/entries\/all$/)) { + if (!window.location.href.match(/\/feed\/\d+\/entries\/all/)) { return; // Exit if the URL does not match }