shazbot, 10 miesięcy temu angielski I had just forgotten something simple (unload the threaded comments CSS): Before: removeDangling(); safeGM("removeStyle", "hide-defaults"); After: removeDangling(); clearMores(); safeGM("removeStyle", "hide-defaults"); safeGM("removeStyle", "threaded-comments"); This is live on testing, but might take a sec to propagate due to GitHub's caching feature.
I had just forgotten something simple (unload the threaded comments CSS):
Before:
removeDangling(); safeGM("removeStyle", "hide-defaults");
After:
removeDangling(); clearMores(); safeGM("removeStyle", "hide-defaults"); safeGM("removeStyle", "threaded-comments");
This is live on testing, but might take a sec to propagate due to GitHub's caching feature.