Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
callionica committed Jul 12, 2024
1 parent 821bcdf commit 3b4b98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion five-hours.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</header>
<body>
<h1>Copy Clicked Image: An Active Bookmark</h1>
<p>If you want to easily copy the URLs of images in web pages, this active bookmark is for you. It handles SVG images and images used as backgrounds which browsers don't normally allow you to manipulate.</p>
<p>If you want to easily copy the URL of an image in a web page, this active bookmark is for you. It handles SVG images and images used as backgrounds which browsers don't normally allow you to manipulate.</p>
<h2>To create the bookmark:</h2>
<p>1. Bookmark this page</p>
<p>2. Click <a href='javascript:navigator.clipboard.writeText(document.querySelector("#copy-clicked-image").href)'>COPY</a> to copy the bookmarklet</p>
Expand Down

0 comments on commit 3b4b98d

Please sign in to comment.