Greasy Fork

Greasy Fork is available in English.

Heise.de Forum: all comments on one page v2

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

< 脚本 Heise.de Forum: all comments on one page v2 的反馈

评价:好评 - 脚本运行良好

§
发布于:2015-04-10

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 2作者
§
发布于:2015-04-24
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).

§
发布于:2015-05-07

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

§
发布于:2015-05-07
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 2作者
§
发布于:2015-06-28

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.

§
发布于:2015-07-25

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

发布留言

登录以发布留言。