Heise.de Forum: all comments on one page v2

All comments on one page, iReply, quick-vote, user-scores.

< Feedback on Heise.de Forum: all comments on one page v2

Review: Good - script works

§
Posted: 10-04-2015

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.

jn 2Author
§
Posted: 24-04-2015
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).

§
Posted: 07-05-2015

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);

§
Posted: 07-05-2015
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

jn 2Author
§
Posted: 28-06-2015

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.

§
Posted: 25-07-2015

Danke für die Arbeit, endlich wieder Forenthreads auf einen Blick lesen!

Post reply

Sign in to post a reply.

长期地址
遇到问题?请前往 GitHub 提 Issues。