Created
May 17, 2010 04:29
-
-
Save wezm/403409 to your computer and use it in GitHub Desktop.
Radio stack URLs bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
| <title>Stack URLs</title> | |
| <style type="text/css" media="screen"> | |
| html { | |
| font-family: Helvetica, sans-serif; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <a href="javascript:var%20images%20%3D%20%5B%5D%3B%20%24%28%27%23target_image%20ul.stack%20img%27%29.each%28function%28i%2C%20o%29%20%7B%20images.push%28o.src.replace%28%2F_gallery%5C.%2F%2C%20%27.%27%29%29%20%7D%29%3B%20alert%28images.join%28%22%5Cn%22%29%29%3B" class="bookmarklet">Stack URLs</a> | |
| <p>Drag the link above to your link bar. Then when showing a fully loaded stack on Radiopaedia click the bookmarklet and it will list all the full size image URLs. You can then download all the URLs using a suitable tool. E.g. <a href="http://www.gnu.org/software/wget/">wget</a> or <a href="http://en.wikipedia.org/wiki/Automator_(software)">Automator</a>.</p> | |
| <img src="Screenshot.png" width="1115" height="953" alt="Screenshot" /> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
