atom-smasher
atom-smasher
Similar problem here. This can be confirmed by using headless mode to take a screenshot of a site, such as this one, that you're logged in to. Instead of seeing...
Happening on multiple sites, and the user-agent is set to reflect a "normal" browser.
Does the plan involve custom "user-agent" strings? And/or selecting from a list of "user-agent" strings? A while ago I got a security notice from FB about possible unauthorised activity, and...
I came here today to make this feature request, but it's already on the table. Regarding intents, I don't understand Android development that well, but I'm wondering if it would...
Seems like Gmail has several redirects during the login process, and WebApps can't follow all of them. Instead, WebApps defers to a browser app after a few redirects. At least,...
One of the problems with that, is that creating a WebApp for "accounts.google.com" actually creates a WebApp for something along the lines of "accounts.google.com/identifier?xxxxxx". Because of that, Google may still...
Try this one - https://github.com/atom-smasher/esp8266_beaconSpam
I think changing this line in the `// run-time variables` section from: ``` uint8_t wifi_channel = 1; ``` to this: ``` uint8_t wifi_channel = channels[0]; ``` might be the fix.
Fixed with a few other things - https://github.com/atom-smasher/esp8266_beaconSpam
Fixed here - https://github.com/atom-smasher/esp8266_beaconSpam