mirror of
https://github.com/goodtube4u/goodtube.git
synced 2025-11-22 10:16:11 +00:00
Cache fix
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user