TuxedoTako / 4chan-xt

Adds various features to anonymous imageboards.
Other
119 stars 8 forks source link

Thread's current page not showing in page title #114

Open Haldeyr opened 1 week ago

Haldeyr commented 1 week ago

I've had it working before on my pc and on newest version as well, but not on my laptop. Recently chrome decided to wipe out my scripts, and upon reinstalling XT I can't seem to find the option to enable it? image

TuxedoTako commented 6 days ago

Weird, I can't find it either. ThreadStats.js doesn't modify the title, and Unread.js reads the original title once, and then overwrites it completely, implying that there's nothing else in 4chan X(T) that modifies the title. Except Banner.js, which is the only thing that writes to Unread.title.

Haldeyr commented 6 days ago

So was it a different script or an edit I got from somewhere else that had it? I remember having to edit 4chan X with picrel to get the purge position to show but that comes by default in XT. I'm so confused >< image

TuxedoTako commented 6 days ago

Purge position can be enabled in the settings, but that's in the header on the page, not on the tab title. See #39

Haldeyr commented 6 days ago

Yeah I know about that. My issue however is different, my tap would usually look like (0 I 7) indicating that there are 0 unread posts and the thread is at page 7 but that's sadly no longer the case

TuxedoTako commented 5 days ago

I checked the git history of Unread.js and ThreadStats.js and I can't find any evidence that this functionality was ever in XT. Were you using a different fork?

Haldeyr commented 5 days ago

I don't think so. I've made 2 previous bug reports that got fixed by you, but it might just have been another extra script that's been lost sadly. I think it'd make a nice feature either way, thank you for checking it out ^^