This seems really dumb! https://foobar.withgoogle.com/staticfiles/js/landing.5252068... : !function(){ "use strict"; function a(){ var a=document.getElementById("login"); a.addEventListener("click",function(a){a.preventDefault(),window.launchPopup()},!1)} window.handleAuth=function(a){ a.logoutUrl ? window.location.href=a.redirectUrl : window.location.reload() }, window.launchPopup=function(){ window.open("/login/","…
Foobar
111–120 of 178 posts
Re: Foobar
#112This seems really dumb! https://foobar.withgoogle.com/staticfiles/js/landing.5252068... : !function(){ "use strict"; function a(){ var a=document.getElementById("login"); a.addEventListener("click",function(a){a.preventDefault(),window.launchPopup()},!1)} window.handleAuth=function(a){ a.logoutUrl ? window.location.href=a.redirectUrl : window.location.reload() }, window.launchPopup=function(){ window.open("/login/","…
Re: Foobar
#113This seems really dumb! https://foobar.withgoogle.com/staticfiles/js/landing.5252068... : !function(){ "use strict"; function a(){ var a=document.getElementById("login"); a.addEventListener("click",function(a){a.preventDefault(),window.launchPopup()},!1)} window.handleAuth=function(a){ a.logoutUrl ? window.location.href=a.redirectUrl : window.location.reload() }, window.launchPopup=function(){ window.open("/login/","…
I imagine that when you login with the right user account a different redirectUrl would get passed back.
I see no way of finding that out what that URL is though, short of someone who has access to the puzzle posting it.
Re: Foobar
#114Earlier quoted context omitted.
Why is this irritating? Google won't hire you iff you solve the puzzle, this is nothing more than a very popular way for institutions to generate free PR.
It is irritating because the "puzzle" involves having a history of searching for stuff that Google Foobar has tagged as relevant. If your Google searches are not linked with your Google account or if you search using different search engines, you're out of the game.
Re: Foobar
#115Re: Foobar
#116Huh, this is a really weird mix of subdomains. https://www.google.com/search?q=withgoogle.com
Re: Foobar
#117Re: Foobar
#118I haven't been able to solve the puzzle - if there's any, however there is some interesting pattern in filenames. /staticfiles/svg/error.33ab1eb5.svg -> 33ab1eb5 hexadecimal is 866852533, which seems to be a prime number. I believe the probability is very low if unintended. Also other file names, can be factored more or less to 1 big prime number and few small primes.
sh-4.3$ md5sum error.33ab1eb5.svg
33ab1eb5129ee5085793166d2f691dae error.33ab1eb5.svg
I believe the point of appending them to the name is a kind of versioning: one'd want to be able to change these files and cause everyone to drop their cached version. This way when one changes a file, the filename changes too (most likely), so the cached old version will not be used.Re: Foobar
#119unfortunately I do all my searching through DDG :(