We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78874b commit d80810fCopy full SHA for d80810f
1 file changed
src/scripts/core.js
@@ -181,7 +181,7 @@ browser.webRequest.onCompleted.addListener(async function (details) {
181
updateFeeds();
182
appGlobal.getUserSubscriptionsPromise = null;
183
}
184
-}, {urls: ["*://*.feedly.com/v3/subscriptions*", "*://*.feedly.com/v3/markers?*ct=feedly.desktop*"]});
+}, {urls: ["*://*.feedly.com/v3/subscriptions*", "*://*.feedly.com/v3/markers*"]});
185
186
/* Listener for adding or removing saved feeds */
187
browser.webRequest.onCompleted.addListener(async function (details) {
0 commit comments