Facebook's UI graphics come from http://idontknowwhatimdoing/ according to Valence
Closed this issue · 1 comments
hallvors commented
- Load Facebook in Chrome on Android
- Connect WebIDE to Chrome
- 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>
- 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
captainbrosset commented
See:
valence/lib/chromium/styles.js
Line 705 in 76d31a2