Added german description.

This commit is contained in:
tastytea 2019-06-07 14:49:51 +02:00
parent d4c24bbeff
commit 991e8a0710
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 15 additions and 14 deletions

View File

@ -1,18 +1,19 @@
// ==UserScript==
// @name Expand rbb24.de comments
// @description Expand comments under articles on rbb24.de.
// @version 2019.06.07.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/comment-sections/rbb24_expand_comments.user.js
// @grant none
// @match https://*.rbb24.de/*/beitrag/*
// @run-at document-end
// @inject-into content
// @name Expand rbb24.de comments
// @description Expands comments under articles on rbb24.de.
// @description:de Klappt kommentare unter artikeln auf rbb24.de aus.
// @version 2019.06.07.2
// @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/comment-sections/rbb24_expand_comments.user.js
// @grant none
// @match https://*.rbb24.de/*/beitrag/*
// @run-at document-end
// @inject-into content
// ==/UserScript==
function expand_comments()