Blue-Blocker: Stopped Queuing New Accounts to Block/Mute
The extension stopped queuing new accounts to block today. It was still blocking accounts that were in the queue, but once it blocked them all, it now remains at 0 no matter what I do.
Scrolling through threads full of check marks does nothing. Visiting their profiles directly does nothing.
In the console I see a lot of warnings such as:
The resource URL was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it has an appropriate
asvalue and it is preloaded intentionally.
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 2
- Comments: 24
OK, I have established it kinda now, managed to figure out:
It succesfully queues users to block and blocks them if they appear in my feed. Looking at the “For You” timeline instantly queued 10 more users and blocked them.
It does not queue users when I browse replies for tweets like these: https://twitter.com/elonmusk/status/1654972024203223041 - no queueing at all.
v0.25 seems to be working, thank you!
No way buddy, your plugin is invaluable!
Fully working now, thanks!
firefox has been published and is live
I’ve pushed the new version to both web stores. it could take a while for them to be approved, and even longer for your browser to automatically update. I’ll keep this thread updated for when they are fully published so you can manually update, if you want
ok. I figured out the issue and the solution. it’s very irritating. they changed the graphql used by these two endpoints. [twitter’s] graphql works by compiling a query and saving it’s id and invoking it via a url in the format
https://twitter.com/i/api/graphql/<query id>/<query name>the query for TweetDetail (which serves individual tweets and tweet replies) was updated and the new query id (base64 encoded) contains a-. the magic regex used to check urls only allowed alphanumerics and periods. adding-(and_because url b64 encoding and also=, just to be safe) fixes this issue. I’ll push an update asap, the new version will be0.2.5, all bugs and features already labelled0.2.5will be pushed to0.2.6Yep, same behavior!
Just chiming in to say I’m experiencing the exact same thing. Going into replies doesn’t sweep anybody up, but it still seems to work elsewhere. Just started happening today. I ended up here trying to figure out what was going on.
Here it is! No sign of “authorization” so I should be good: