Hi! Is there any way to turn off the hustler’s announcement of his newest available item at the top of the page? I turned him off before and was just wondering if I could him off again. It isn’t a big deal I just find it annoying and unnecessary since I never want any of the items. Thank you.

I'm wondering this, as well. I just want to turn it off completely, and can't figure out how.
next time it pops up i'll grab the div class for blocking it with custom CSS and add it here. but like i've said before, hiding that banner will hide anything else that uses the same class, so i can't guarantee it won't cause anything important to be hidden later down the line.
[edit]
ok so it looks like every new instance of the banner has its own unique ID, so you'd have to block it on the class level, which means any other notifications that utilize this banner feature will also be blocked. but if you so desire you can hide it with the following custom CSS:
.push-notification-banner {display: none!important}
Thank you for the information. I’d like to see what else it blocks before I try it. I’m not very good with css

oughh yeah, i dunno what happened after the downtime this morostide, but i've been getting them too nonstop, and I really want to turn them off. I do use a custom css (have been for years), and if that was what was blocking the alerts then something must have changed about how the alerts are handled, right? I really want the hustler to stop bugging me about his items, but i don't want to block every single possible non-hustler alert to do it. ;u;
• • • •
what changed is that the old hustler system has been broken for ages, so it's been rewritten on kumos and now restocks 4 times a day (6 and 12 AM and PM). it's utilizing a different notification system than the old version, so the old hustler alert blocking code is no longer relevant.
i do hope that either it becomes a toggleable setting, or it gets a consistent unique class/ID so we can properly hide it with custom CSS without overriding anything else. as it is, it makes the hustler feel like the most active and important site feature right now...