@cbalmforth
1 - the "eye" icon
You will only see the "eye" icon (see picture1) if it's an EPUB-file, not if it's a MOBI-file.
2 - "edit out"
Well it turns out that what you wanted to "edit out" I have "edited out" for years! (Great minds think alike

) And it's quite simple to do.
- in your cops directory go to ./cops/templates/default/
- in a text editor (not word) open main.html
- delete (or comment) line 31.
- the commented line now looks like:
Code:
<!-- <a href="{{=data.viewUrl}}" {{=it.c.config.kindleHack}}><i class="fas fa-folder-open fa-lg"></i></a> -->
- save file
- in a text editor (not word) open bookdetail.html
- delete (or comment) line 12.
- the commented line now looks like:
Code:
<!-- <a title="Open // {{=data.format}}" href="{{=data.viewUrl}}" {{=it.c.config.kindleHack}}><i class="fas fa-folder-open fa-lg"></i></a> -->
- save file
That should do it. If not, let me know!