Cache fix

This commit is contained in:
goodtube4u
2025-06-15 10:56:55 +10:00
parent 2c6a8489b7
commit c287d6ac03
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
// ==UserScript==
// @name GoodTube
// @namespace http://tampermonkey.net/
// @version 3.000
// @version 3.001
// @description Removes 100% of Youtube ads.
// @author GoodTube
// @updateURL https://github.com/goodtube4u/goodtube/raw/refs/heads/main/goodtube.user.js
@@ -57,7 +57,7 @@
loadAttempts++;
// Load GoodTube
fetch('https://raw.githubusercontent.com/goodtube4u/goodtube/refs/heads/main/goodtube.js?i=' + Date.now())
fetch('https://raw.githubusercontent.com/goodtube4u/goodtube/refs/heads/main/goodtube.js')
// Success
.then(response => response.text())
.then(data => {