All comments on one page, iReply, quick-vote, user-scores.
< Feedback on Heise.de Forum: all comments on one page v2
One minor bug though: while loading the comments, it won't load your own comments, if logged in. From reading the source this doesn't seem intentional or configurable.
Thank you for you comment, didn't notice this.
I think I got it fixed now (version 2.2).
Am 6. Mai wurde die Threadanzeige kaputt gemacht. Patch:
--- a/Heisede_Forum_all_comments_on_one_page_v2.user.js 2015-05-06 18:17:59.898532089 +0000
+++ b/Heisede_Forum_all_comments_on_one_page_v2.user.js 2015-05-06 18:26:04.644935807 +0000
@@ -1,8 +1,8 @@
-// ==UserScript==
+// ==UserScript==
// @name Heise.de Forum: all comments on one page v2
// @namespace Vorticon
// @author marrr, edited by commander_keen, jn
-// @version 2.2
+// @version 2.3
// @description All comments on one page, iReply, quick-vote, user-scores.
// @include http://www.heise.de/*/foren/*
// @include http://www.heise.de/foren/*
@@ -244,6 +244,8 @@
if(rootPostDiv == null)
rootPostDiv = xpath1("//td[@class='f-content']");
if(rootPostDiv == null)
+ rootPostDiv = xpath1("//*[@id='parttime-forum']");
+ if(rootPostDiv == null)
log("Root div not found!");
var rootPostText = xpath1("p[@class='posting_text']", rootPostDiv);
Thank you for you comment, didn't notice this.
I think I got it fixed now (version 2.2).
Jip, it's working fine now
Ersteinmal Entschuldigung für die lange Meldepause.
Am 6. Mai wurde die Threadanzeige kaputt gemacht.
Kannst du einen Beispiel-Link nennen?
Habe es aber schon mal eingebaut.
Danke für die Arbeit, endlich wieder Forenthreads auf einen Blick lesen!
Great extension to the original version
One minor bug though: while loading the comments, it won't load your own comments, if logged in. From reading the source this doesn't seem intentional or configurable.