Skip to content

Simple bookmarklet for extracting image URLs from a page. Very pinteresting.

Notifications You must be signed in to change notification settings

dawnguo/image-grok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

image-grok

Super basic bookmarklet to pull image URLs out of a page. Looks similar to a pinteresting web application that you might be familiar with except this bookmarklet actually traverses iframes.

Create a bookmark with the following address with your JS file substituted:

javascript: (function () {var jsCode = document.createElement('script'); jsCode.setAttribute('src', 'https://PATH/TO/YOUR/JS'); document.body.appendChild(jsCode);}());

For simple file hosting filepicker.io has been a great resource.

About

Simple bookmarklet for extracting image URLs from a page. Very pinteresting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published