bijij / ViewImage

Extension to re-implement the "View Image" and "Search by image" buttons into google images.
MIT License
780 stars 106 forks source link

Userstyle version returns error #179

Closed tsuliwaensis closed 4 years ago

tsuliwaensis commented 5 years ago

Console reports

Uncaught TypeError: Cannot read property 'parentElement' of null

Line 103:

var visitButton = redesign ? container.querySelector('a.irc_hol[href]') : container.querySelector('td > a.irc_vpl[href]').parentElement;