Enter the name of the site from which you want to get data.
Acceptable formats:
- http://example.com
- http://www.example.com
This can be used to narrow your selection. You can use almost any CSS selectors to select HTML. For example:
- #content > p.class
- a[href*="example"]
- p:contains(css)
Leave it empty if you want to get the entire HTML.
Define an HTML elemnet on your web page in which you want to insert the result. You can use any CSS selectors.
Insert the following code into your JavaScript file:
PHP: