diff --git a/README.md b/README.md index 825ed5c..a5cd984 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A simple bookmarklet that lets you click any element in a page and returns the smallest unique (and reliable) selector it can find for that element. +Licensed under the WTFPL. + **Usecase:** Figuring out a CSS-style selector for screenscraping. **How to use the selector:** Use your favourite screenscraping library with CSS selector support. If you are using BeautifulSoup, you'll need to use my [patched version](https://github.com/joepie91/beautifulsoup) to have support for :nth-of-type() pseudoselectors as returned by ScraperScript. diff --git a/index.html b/index.html index e530328..96906e9 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,32 @@ + + +

ScraperScript

Extremely experimental. Drag the following bookmarklet to your bookmark bar, and click it whenever you want to scrape a page. It'll let you click any element in the page, and you'll get its unique selector.

+

+ Help me scrape! +

ScraperScript will block input to the page while it's active. To get control over your input again, simply close the ScraperScript bar using the X in the top right corner. @@ -15,7 +36,7 @@ and a link to the page you are trying to work with.

- Help me scrape! + There's also a repository for this stuff on GitHub.