marcustyphoon

Results 379 comments of marcustyphoon

I assume it was to avoid processing all of the script elements we're inserting with `inject`. I doubt that causes any problems, but it certainly did seem like a waste...

Some updates: for simplicity, the next commits remove the blog names dictionary (removing the ability to display the user blog each post is from in the preference pane) and performs...

I'm talking about this toggle! With it turned off, the "blog network" is entirely inaccessible. I just checked, though, and the redirect works fine.

Not sure what you mean by that, but it sounds like you've got it figured out :)

I would really like to make this not default to the blog network, honestly, but I would also really like to not silently change what a user's created posts do....

Could also be mentioned in readme.md.

https://github.com/AprilSylph/XKit-Rewritten/wiki/Installation/_compare/ed64ec16f843ca0bcc7d03d845be0aea563af679 Sighs, this "just edit it and discuss elsewhere if desired" workflow feels terrible. Anyway, @AprilSylph I adjusted the wiki documentation here. Not sure if we need to keep around...

This should also exclude elements in patio columns from `knightRiderLoaderSelector`; right now the scroll to bottom button stays lit if you switch to patio while it's enabled, and will continue...

Hmm, it does indeed! Targeting the anchor element is probably the cleanest way to implement that, and allows for easily stealing the right color. ```js pageModifications.register(`${keyToCss('blogCardBlogLink')} > a`, processBlogCardLinks); ```...

Generally in this codebase we just define preference variables in the module scope, relying on main() having been called and having set them before any other functions in the module,...