I need to get element by ClassName which starts with:
width-48 height-48 profile_view_img
The full tag:
<div class="width-48 height-48 profile_view_img_9131256"></div>
The numbers of this class always changes.
This is what I have tried so far:
var x = window.document.querySelectorAll("*[class^=\"width-48 height-48 profile_view_img\"]")[0]