rbb24_expand_comments: Increased delay to 10 seconds.

This commit is contained in:
tastytea 2019-06-07 21:15:27 +02:00
parent ca62db9ee3
commit 5fa7104be4
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@
// @name Expand rbb24.de comments // @name Expand rbb24.de comments
// @description Loads all comments under articles on rbb24.de and expands them. // @description Loads all comments under articles on rbb24.de and expands them.
// @description:de Lädt alle kommentare unter artikeln auf rbb24.de und klappt sie aus. // @description:de Lädt alle kommentare unter artikeln auf rbb24.de und klappt sie aus.
// @version 2019.06.07.6 // @version 2019.06.07.7
// @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
@ -32,9 +32,7 @@ function expand_comments()
} }
setTimeout(function() // Wait for comments to load. setTimeout(function() // Wait for comments to load.
{ { showall[0].click(); }, 10000);
showall[0].click();
}, 1000);
} }
expand_comments(); expand_comments();