|
|
|
Use this tool to learn about websites, specifically the one you just entered.
If you find some aspect of it inappropriate it is not our fault.
If you are the owner of this website: yes we are a real search engine, we do have a real web crawler called FyberSpider and you can block it if you feel the urge.
We are in the process of updating this tool. Until we are done just use our search results to check the inclusion status of your site.
Submit your site to major search engines within 48 hours.
Find out if your site has been cataloged by top search engines for only $8.99.
Below you will see site info taken directly from the URL you entered in real time. This is also known as our URL Breakdown tool and can be used independently of our site info tool.
GM_xmlhttpRequest [Dive Into Greasemonkey]
This is just a sample of the content found on this website. Please visit the website to read the entire page.
"Dive Into Greasemonkey
Teaching an old web new tricks
Home ·
Table of contents ·
Download ·
Get Greasemonkey
You are here: Home → Table of contents → Greasemonkey API Reference → GM_xmlhttpRequest
Name
GM_xmlhttpRequest — make an arbitrary HTTP request
Synopsis
GM_xmlhttpRequest ( details ) ;
Description
GM_xmlhttpRequest makes an arbitrary HTTP request. The details argument is an object that can contain up to seven fields.
method
a string, the HTTP method to use on this request. Required. Generally GET , but can be any HTTP verb, including POST , PUT , and DELETE .
url
a string, the URL to use on this request. Required.
headers
an associative array of HTTP headers to include on this request. Optional, defaults to an empty array. Example:
headers: {'User-Agent'"
....
read entire page
|
Links to Pages on Other Domain Names
|
|
Links to Pages on the Same Domain Name
|
|