From 083c6d58ee35c79f9888151dde245d0c8cf6abb2 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 4 Jun 2019 11:28:06 +0200 Subject: [PATCH] Inject DHL script as fast as possible. --- status-pages/dhl_redirect_tracking_page.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/status-pages/dhl_redirect_tracking_page.user.js b/status-pages/dhl_redirect_tracking_page.user.js index dc0f7cc..3a4973b 100644 --- a/status-pages/dhl_redirect_tracking_page.user.js +++ b/status-pages/dhl_redirect_tracking_page.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Redirect DHL tracking page // @description Redirects to a more static version of the tracking page that doesn't reset after a short time. -// @version 2019.06.04.1 +// @version 2019.06.04.2 // @author tastytea // @copyright 2019, tastytea (https://tastytea.de/) // @license GPL-3.0-only @@ -11,7 +11,7 @@ // @downloadURL https://schlomp.space/tastytea/userscripts/raw/branch/main/status-pages/dhl_redirect_tracking_page.user.js // @grant none // @match https://*.dhl.de/*idc=* -// @run-at document-end +// @run-at document-start // @inject-into content // ==/UserScript==