Added deprecation warning to ndr_hd_button.

This commit is contained in:
tastytea 2019-06-17 13:12:41 +02:00
parent b780ad9e75
commit a28fe215e3
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
// ==UserScript==
// @name NDR HD button
// @description DEPRECATED
// @version 2019.06.17.1
// @author tastytea
// @copyright 2019, tastytea (https://tastytea.de/)
// @license GPL-3.0-only
// @namespace tastytea.de
// @homepageURL https://schlomp.space/tastytea/userscripts
// @supportURL https://schlomp.space/tastytea/userscripts/issues
// @downloadURL https://schlomp.space/tastytea/userscripts/raw/branch/main/video/ndr_hd_button.user.js
// @grant none
// @match https://*.ndr.de/*
// @run-at document-end
// @inject-into content
// ==/UserScript==
alert("The userscript “NDR HD button” is deprecated. Please use “NDR download button” instead.\n"
+ "https://openuserjs.org/scripts/tastytea/NDR_download_button");