mozilla/valence

Facebook's UI graphics come from http://idontknowwhatimdoing/ according to Valence

Closed this issue · 1 comments

  1. Load Facebook in Chrome on Android
  2. Connect WebIDE to Chrome
  3. In the inspector, select an element on the main top toolbar, for example the little head icon for the friends list. Select a DIV somewhat like this:
    <div class="_59tf">
        <span class="_59tg" data-sigil="count">0</span>
    </div>
  1. In the right panel you have the styles of that element.
#requests_jewel ._59tf {
    background-image: url("/rsrc.php/v2/yZ/r/n7MO2mvFvi6.png");

Right-click the URL and select "Copy URL".

Bug: the server name of that copied URL is idontknowwhatimdoing.. The protocol is wrong too:
http://idontknowwhatimdoing/rsrc.php/v2/yZ/r/n7MO2mvFvi6.png

See:

form.href = "http://idontknowwhatimdoing/"