Marius Durbaca

Results 17 comments of Marius Durbaca

> Unread message count can be obtained using this snippet (doesn't handle muted conversations): > > ``` > const unreadSpans = document.querySelectorAll('span[aria-label]'); > if (unreadSpans) { hamsket.setUnreadCount([...unreadSpans].map(x => Number(x.textContent)).reduce((a, b)...

> I copied the query from [ServicesList.js](https://github.com/TheGoddessInari/hamsket/blob/master/app/store/ServicesList.js) and replaced the query selector with `"#pane-side div span div span[aria-label]"`. So the following custom JS worked for me with 0.6.3: > >...

the same issue in my case - tp-link mr200 4g router with padavan-ng firmware (ralink/mediatek wisoc) . switched from N-only to NG-mixed fixed the issue

yes that can work temporally but what what about the server behind a dynamic ip - the domain would be the only solution here

Same here - my only hope is that a kind (and knowledgeable) soul can provide a JS script as we have for whatsapp

don't think so anyway here's the config https://pastebin.com/70NL3er1

thanks for the reply. I've removed the offending packages but still get the crash https://pastebin.com/zShqDGei

only in repeater/client mode AP should be safe

read the KRACK documentation - it's not AP but client related . It's useless to patch your AP if you still use client OS (Android/IOS) unpatched

alright so this is my take on this subject https://pastebin.com/80Thw5H2 - static subnets and masks lists and dns handled by additional commands as suggested by @reicheltp (thank you very much...