accessing profileImageUrl | documentTree | self remoteIsFound ifFalse:[ ^ nil ]. documentTree := self documentTree. ^ profileImageUrl := self class nitterProvider, (((documentTree xpath: '//div[@class="profile-card-info"]//a[@class="profile-card-avatar"]') @ 'href') stringValue copyReplaceAll: '%2F' with: '/') copyWithoutFirst