Inject DHL script as fast as possible.

This commit is contained in:
tastytea 2019-06-04 11:28:06 +02:00
parent e0e7889a07
commit 083c6d58ee
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Redirect DHL tracking page // @name Redirect DHL tracking page
// @description Redirects to a more static version of the tracking page that doesn't reset after a short time. // @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 // @author tastytea
// @copyright 2019, tastytea (https://tastytea.de/) // @copyright 2019, tastytea (https://tastytea.de/)
// @license GPL-3.0-only // @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 // @downloadURL https://schlomp.space/tastytea/userscripts/raw/branch/main/status-pages/dhl_redirect_tracking_page.user.js
// @grant none // @grant none
// @match https://*.dhl.de/*idc=* // @match https://*.dhl.de/*idc=*
// @run-at document-end // @run-at document-start
// @inject-into content // @inject-into content
// ==/UserScript== // ==/UserScript==