sthgrau / greasonable

greasemonkey script for reason.com/blog
0 stars 0 forks source link

BUG: should handle not logged in better #23

Closed sthgrau closed 6 years ago

sthgrau commented 7 years ago

In function makeShowHide, the following crashes the script if not logged in: myName = document.getElementsByClassName('logged_in_as')[0].getElementsByClassName('handle')[0].innerHTML;