Skip to content

Instantly share code, notes, and snippets.

@tkaemming
Created March 18, 2010 13:49
Show Gist options
  • Save tkaemming/336364 to your computer and use it in GitHub Desktop.
Save tkaemming/336364 to your computer and use it in GitHub Desktop.
<!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>Open Page in Browserlab</title>
</head>
<body>
<h1>Open Page in Browserlab</h1>
<h2>Code</h2>
<code>
javascript:window.location='https://browserlab.adobe.com/index.html#showDelay=true;view=0;url='+escape(window.location.href)+';delay=0;browsers=WXPFF3000%2CWXPIE7000%2COSXFF3000%2COSXSF3000%2CWXPIE6000%2CWXPIE8000%2COSXFF3500%2CWXPFF2000%2COSXFF2000%2CWXPCH3000;zoom=100';
</code>
<h2>Bookmarklet</h2>
<p>
<a href="javascript:window.location='https://browserlab.adobe.com/index.html#showDelay=true;view=0;url='+escape(window.location.href)+';delay=0;browsers=WXPFF3000%2CWXPIE7000%2COSXFF3000%2COSXSF3000%2CWXPIE6000%2CWXPIE8000%2COSXFF3500%2CWXPFF2000%2COSXFF2000%2CWXPCH3000;zoom=100';">Open in Browserlab</a>
</p>
<p>
To add this bookmarklet to your browser, just drag the link above to your bookmarks bar.
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment