diff --git a/src/web_accessible_resources/amazon_apstag.js b/src/web_accessible_resources/amazon_apstag.js index c6aab5be2..ea45541c0 100644 --- a/src/web_accessible_resources/amazon_apstag.js +++ b/src/web_accessible_resources/amazon_apstag.js @@ -21,6 +21,7 @@ // https://www.reddit.com/r/uBlockOrigin/comments/ghjqph/ // https://github.com/NanoMeow/QuickReports/issues/3717 +// https://www.reddit.com/r/uBlockOrigin/comments/qyx7en/ (function() { 'use strict'; @@ -30,7 +31,7 @@ }.bind(); const apstag = { fetchBids: function(a, b) { - if ( b instanceof Function ) { + if ( typeof b === 'function' ) { b([]); } },