-
-
Notifications
You must be signed in to change notification settings - Fork 167
(GitHub Issue Comments) The script no longer works: it shows invalid active items, no active items and the filters don't actually toggle anything #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @darkred! Hmm, yeah... it looks like a bunch of selectors have changed. Thanks GitHub! I'll try to find some time soon to get this updated. It shouldn't be too bad (famous last words), so don't worry about assisting me. The userscript isn't using jQuery either 😸. |
Hi there Mottie.
I've been checking this issue again and I think I wasn't expressed properly, so let me rephrase please: I know that the userscript doesn't use jQuery: |
Hey sorry for not updating this issue. I've been super busy! I got back from vacation at the end of the year, and it's been non-stop work (around the house & at work). I did start working on this issue. I didn't encounter any problems with setting the script up without using jQuery. I'll see if I can get it done next week, since I'm going out of town tomorrow, for about a week. |
Sorry this took me so long to get fixed. Please test it out and let me know if you find any issues. |
Thanks so much for fixing the script!! Awesome! Super! I've noticed these issues:
|
I confirm
Sorry, I should have been more descriptive about that issue. |
(I just edited my comment for clarity)
but my issue #84 is not also about
More details/STR:
|
Ok, I think I fixed most of the issues; but I'm not happy with how the reviews are working. Reviews are sometimes wrapped in an outer wrapper that includes a timeline comment with code comments. Sometimes the review wrapper includes other changes like commits and other timeline changes. So now there are new/updated review entries:
I also ended up removing the "Diffs (outdated) comments" entry since it has become redundant with "Review (outdated)". |
Thank you for all your great work and effort! I'm grateful! Regarding your concern on how the reviews are working, The only issue that still exists is #84:
Example pages: |
Ok, please check again. I misnamed the function, so hide +1 & reactions were both broken. Both should be fixed now. 🤞 |
Yes, I confirm it's fixed now. Closing both bugs now. |
Greetings @Mottie !
Using Chrome 78/Firefox 70 and only Tampermonkey beta 4.9.6088 and 'GitHub Issue Comments' v1.3.8.
After GitHub recently having changed so many class names,
unfortunately the 'GitHub Issue Comments' script no longer works:
There are no errors in Chrome Console.
I've tried various issue pages:
and in all cases, the above issues occur.
Also, the filters, in the rare cases when one is listed as active with 'Toggle items' enabled (e.g. in the first link its 'Reactions'),
don't actually toggle anything when clicked.
Could it be possible to make it work again?? May I assist you in any way with this?
If I'm not mistaken, unfortunately it's not a simple matter of just tweaking the CSS selectors.
( Maybe they should all be replaced with jQuery
:contains()
(specific string) selectors ?? )The text was updated successfully, but these errors were encountered: