marcustyphoon

Results 308 issues of marcustyphoon

### Description Fixes an obvious typo in my blog-meatball-menu-item code that prevents the removal of outdated items. Resolves #1140. ### Testing steps Not tested (we don't currently have a script...

bugfix

### Description Clicking and dragging a post in your queue to rearrange it (either in the queue "channel" page or in patio) generates a ghost post that will throw errors...

### Concept > I wasn't thinking of modifying `runScript` at all; I was thinking of modifying `init` to detect if XKit has already run, then calling `destroyScript` for each enabled...

enhancement
help wanted

> I thought I remember instances in which the React code modified the title element rather than replacing it (and why wouldn't it, after all, if that's the minimal DOM...

bugfix

### Concept As noted in https://github.com/AprilSylph/XKit-Rewritten/issues/1595#issuecomment-2312548185, when copying Mass Deleter's code into Mass Privater, I added a bit in order to update the progress counter of the post fetching based...

enhancement

### Description This manually implements a component similar to the HTML `datalist` element that we're currently using to show the user tag suggestions. This should result in: - Support for...

### Description This improves the fetch speed of Mass Deleter's delete-drafts mode and displays an incrementing counter based on the total number of posts fetched as well as the number...

### Description Resolves #1609. This changes the "checked x" count that Mass Privater shows while fetching posts to include all posts without any filtering, ensuring that it continues to increment...

The [queued posts knowledge base](https://help.tumblr.com/knowledge-base/queued-posts/) page just says: > You can store 1,000 posts in the queue at a time. The [Tumblr Premium page](https://help.tumblr.com/knowledge-base/premium/) says: > Higher limits: Double the...

This adapts some code I was using to determine how the base tumblr palette tokens were generated to be usable in the extension, namely functional `color.js`-based srgb interpolation and a...