<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: BugMeNot Auto-Bookmarklet.</title>
	<atom:link href="http://schinckel.net/2005/10/12/bugmenot-auto-bookmarklet/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2005/10/12/bugmenot-auto-bookmarklet/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Thu, 21 Aug 2008 23:47:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2005/10/12/bugmenot-auto-bookmarklet/#comment-1192</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Fri, 12 May 2006 01:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/10/12/bugmenot-auto-bookmarklet/#comment-1192</guid>
		<description>I'm not sure what you are suggesting.  This code will not work, as it still is trying to access the information from another domain.

Properly developed/implemented JavaScript interpreters will not allow Cross-Site Scripting (XSS).</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what you are suggesting.  This code will not work, as it still is trying to access the information from another domain.</p>
<p>Properly developed/implemented JavaScript interpreters will not allow Cross-Site Scripting (XSS).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ' OR ' '</title>
		<link>http://schinckel.net/2005/10/12/bugmenot-auto-bookmarklet/#comment-1191</link>
		<dc:creator>' OR ' '</dc:creator>
		<pubDate>Thu, 11 May 2006 07:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/10/12/bugmenot-auto-bookmarklet/#comment-1191</guid>
		<description>bmpopup.close();
	
bm_user = acc.split("")[0];
bm_pass = acc.split("")[1];
un.value = bm_user;
pw.value = bm_user;

</description>
		<content:encoded><![CDATA[<p>bmpopup.close();</p>
<p>bm_user = acc.split(&#8221;")[0];<br />
bm_pass = acc.split(&#8221;")[1];<br />
un.value = bm_user;<br />
pw.value = bm_user;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2005/10/12/bugmenot-auto-bookmarklet/#comment-388</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Wed, 12 Oct 2005 06:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/10/12/bugmenot-auto-bookmarklet/#comment-388</guid>
		<description>No good.  &lt;em&gt;Frames&lt;/em&gt; and &lt;em&gt;iFrames&lt;/em&gt; also disallow the control by scripts running from pages outside of their domain.

Even loading a new page, and then trying to access the variables will not work.

I guess they've thought of everything...

The only way I could get it to work is if I was able to have a script on a server run, that used &lt;code&gt;curl&lt;/code&gt; or something to get the data.  Even then I may not be able to get the data back into the original page.  Bummer.</description>
		<content:encoded><![CDATA[<p>No good.  <em>Frames</em> and <em>iFrames</em> also disallow the control by scripts running from pages outside of their domain.</p>
<p>Even loading a new page, and then trying to access the variables will not work.</p>
<p>I guess they&#8217;ve thought of everything&#8230;</p>
<p>The only way I could get it to work is if I was able to have a script on a server run, that used <code>curl</code> or something to get the data.  Even then I may not be able to get the data back into the original page.  Bummer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
