JadenGeller / Helium

A floating browser window for OS X
MIT License
3.58k stars 241 forks source link

Support Slack Chat #215

Open paulmacdougall opened 7 years ago

paulmacdougall commented 7 years ago

I would like to be able to login to multiple slack groups and channels in a pixel-efficient way. Currently logging into slack give a message to update your browser.

stek29 commented 7 years ago

Can't reproduce using self-built master branch. The only issue I had is you have to go directly to https://slack.com/signin, since sign-in button on slack.com didn't work. image

paulmacdougall commented 7 years ago

on macOS 10.12.4 I get the attached when navigating to that URL

screen shot 2017-05-08 at 11 59 19 am

stek29 commented 7 years ago

@paulmacdougall Just tried Mac App Store version and got same message. The problem is it has old user agent string in it

If you execute strings Helium.app/Contents/MacOS/Helium | grep AppleWebKit you get Mac AppStore app: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/600.7.12 (KHTML, like Gecko) Version/8.0.7 Safari/600.7.12

Built from latest sources: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.17

stek29 commented 7 years ago

@paulmacdougall Could you try this version? Beware: It's not codesigned :D