Recent content by Bestpony

  1. B

    Bit of coding help - var el =

    Try something like this. const ids = ["#text", "#change"]; for (const id in ids) { const el = sel(id); if( el.classList.contains('hidden') == false ){ //some logic } }
  2. B

    Leaving BHW

    That's true tbh.
  3. B

    Would chrome block push notifications?

    Welp it still works both automatically and via user gesture in 81. I more concerned about penalties for push abusing, since google owns both chrome and fcm and can easily detect accounts or domains with high unsubscription rate.
Back
Top