Bookmarklet

<%= link_to "Post to #{Danbooru.config.app_name}", "javascript:location.href='#{request.protocol + request.host_with_port}/uploads/new?url='+encodeURIComponent(location.href)+'&ref='+encodeURIComponent(document.referrer)" %> | <%= link_to "Batch to #{Danbooru.config.app_name}", "javascript:location.href='#{request.protocol + request.host_with_port}/uploads/batch?url='+encodeURIComponent(location.href)" %>

<%= format_text(WikiPage.find_by_title("help:bookmarklet_notice")&.body) %>
<% content_for(:page_title) do %> Bookmarklet - <%= Danbooru.config.app_name %> <% end %>