Skip to content

Commit e4cbd4a

Browse files
authored
Update 2hc6zfyy.user.js
1 parent d5f5948 commit e4cbd4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

userscripts/src/2hc6zfyy.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Trakt.tv | Scheduled E-Mail Data Exports
33
// @description Automatic trakt.tv backups for free users. On every trakt.tv visit a background e-mail data export is triggered, if one is overdue based on the specified cron expression (defaults to weekly).
4-
// @version 1.1.5
4+
// @version 1.1.6
55
// @namespace 2hc6zfyy
66
// @updateURL https://update.greasyfork.org/scripts/550078.meta.js
77
// @icon https://trakt.tv/assets/logos/logomark.square.gradient-b644b16c38ff775861b4b1f58c1230f6a097a2466ab33ae00445a505c33fcb91.svg
@@ -61,7 +61,7 @@ try {
6161
}
6262

6363

64-
cron && window.addEventListener('turbo:load', async () => {
64+
false && cron && window.addEventListener('turbo:load', async () => {
6565
$ ??= unsafeWindow.jQuery;
6666
userslug ??= unsafeWindow.Cookies?.get('trakt_userslug');
6767
if (!$ || !userslug) return;

0 commit comments

Comments
 (0)