diff --git a/clearurls.js b/clearurls.js index 6d41e28..485a8af 100644 --- a/clearurls.js +++ b/clearurls.js @@ -58,7 +58,7 @@ function createProviders() function fetchFromURL() { - fetch("https://raw.githubusercontent.com/KevinRoebert/ClearUrls/master/data/data.json") + fetch("https://raw.githubusercontent.com/KevinRoebert/ClearUrls/master/data/data.json?flush_cache=true") .then((response) => response.text().then(toJSON)); function toJSON(retrievedText) {