'Visually similar on E6' to 'Visually similar' because this is not E6

in addition remove reverse search links because I don't like the services nor generally need them
This commit is contained in:
edshot99 2024-10-28 13:55:28 -05:00
parent 64105b0d4e
commit da686af033

View File

@ -37,15 +37,8 @@
<ul>
<li><%= link_to "Sets with this post", post_sets_path(post_id: @post.id), rel: "nofollow" %></li>
<% if IqdbProxy.enabled? && @post.has_preview? %>
<li><%= link_to "Visually similar on E6", iqdb_queries_path(search: { post_id: @post.id }), rel: "nofollow" %></li>
<li><%= link_to "Visually similar", iqdb_queries_path(search: { post_id: @post.id }), rel: "nofollow" %></li>
<% end %>
<% if @post.visible? && @post.is_image? %>
<li><a rel="nofollow" href="https://www.google.com/searchbyimage?image_url=<%= @post.reverse_image_url %>&client=e621">Reverse Google Search</a></li>
<li><a rel="nofollow" href="https://saucenao.com/search.php?url=<%= @post.reverse_image_url %>">Reverse SauceNAO Search</a></li>
<li><a rel="nofollow" href="https://derpibooru.org/search/reverse?url=<%= @post.reverse_image_url %>">Reverse Derpibooru Search</a></li>
<li><a rel="nofollow" href="https://kheina.com/?url=<%= @post.reverse_image_url %>">Reverse Kheina Search</a></li>
<% end %>
<li><a rel="nofollow" href="https://inkbunny.net/search_process.php?text=<%= @post.md5 %>&md5=yes">Inkbunny MD5 Search</a></li>
</ul>
</section>