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== // ==UserScript==
// @name Expand rbb24.de comments // @name Expand rbb24.de comments
// @description Expand comments under articles on rbb24.de. // @description Expands comments under articles on rbb24.de.
// @version 2019.06.07.1 // @description:de Klappt kommentare unter artikeln auf rbb24.de aus.
// @author tastytea // @version 2019.06.07.2
// @copyright 2019, tastytea (https://tastytea.de/) // @author tastytea
// @license GPL-3.0-only // @copyright 2019, tastytea (https://tastytea.de/)
// @namespace tastytea.de // @license GPL-3.0-only
// @homepageURL https://schlomp.space/tastytea/userscripts // @namespace tastytea.de
// @supportURL https://schlomp.space/tastytea/userscripts/issues // @homepageURL https://schlomp.space/tastytea/userscripts
// @downloadURL https://schlomp.space/tastytea/userscripts/raw/branch/main/comment-sections/rbb24_expand_comments.user.js // @supportURL https://schlomp.space/tastytea/userscripts/issues
// @grant none // @downloadURL https://schlomp.space/tastytea/userscripts/raw/branch/main/comment-sections/rbb24_expand_comments.user.js
// @match https://*.rbb24.de/*/beitrag/* // @grant none
// @run-at document-end // @match https://*.rbb24.de/*/beitrag/*
// @inject-into content // @run-at document-end
// @inject-into content
// ==/UserScript== // ==/UserScript==
function expand_comments() function expand_comments()