mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 14:15:36 +07:00
Flush the cache
This commit is contained in:
@@ -58,7 +58,7 @@ function createProviders()
|
|||||||
function fetchFromURL()
|
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));
|
.then((response) => response.text().then(toJSON));
|
||||||
|
|
||||||
function toJSON(retrievedText) {
|
function toJSON(retrievedText) {
|
||||||
|
|||||||
Reference in New Issue
Block a user