Skip to content

Commit

Permalink
Added SauceNao direct search button
Browse files Browse the repository at this point in the history
  • Loading branch information
Lugrim committed Aug 7, 2024
1 parent 1e30a6a commit 4c3e9af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/html/post_readonly_sidebar.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<section class='search'>
Search on
<a href='http://iqdb.org/?url=<%- encodeURIComponent(ctx.post.fullContentUrl) %>'>IQDB</a> &middot;
<a href='https://saucenao.com/search.php?url=<%- encodeURIComponent(ctx.post.fullContentUrl) %>'>SauceNao</a> &middot;
<a href='https://danbooru.donmai.us/posts?tags=md5:<%- ctx.post.checksumMD5 %>'>Danbooru</a> &middot;
<a href='https://www.google.com/searchbyimage?&image_url=<%- encodeURIComponent(ctx.post.fullContentUrl) %>'>Google Images</a>
</section>
Expand Down

0 comments on commit 4c3e9af

Please sign in to comment.