<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FiddyP &#187; asterisk</title>
	<atom:link href="http://fiddyp.co.uk/tag/asterisk/feed/" rel="self" type="application/rss+xml" />
	<link>http://fiddyp.co.uk</link>
	<description>The personal blog of Andy Bailey</description>
	<lastBuildDate>Tue, 17 Jan 2012 09:02:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Simple code to reveal asterisk (*&#039;s) password fields in your browser</title>
		<link>http://fiddyp.co.uk/simple-code-to-reveal-asterisk-s-password-fields-in-your-browser/</link>
		<comments>http://fiddyp.co.uk/simple-code-to-reveal-asterisk-s-password-fields-in-your-browser/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 16:36:32 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[profit]]></category>
		<category><![CDATA[reveal]]></category>

		<guid isPermaLink="false">http://www.fiddyp.co.uk/?p=412</guid>
		<description><![CDATA[Here&#8217;s a little line of javascript that will work in Firefox to reveal the * characters in an auto populated password field. Just paste the following code into [..]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ffiddyp.co.uk%2Fsimple-code-to-reveal-asterisk-s-password-fields-in-your-browser%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ffiddyp.co.uk%2Fsimple-code-to-reveal-asterisk-s-password-fields-in-your-browser%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img alt="" src="http://www.fiddyp.co.uk/wp-content/uploads/2008/07/revealasteriskpassword.gif" class="alignnone" width="429" height="420" /></p>
<p>Here&#8217;s a little line of javascript that will work in Firefox to reveal the * characters in an auto populated password field. Just paste the following code into your browser address bar whenever you see an asterisked form field and press enter..</p>
<pre class="brush: plain; title: ; notranslate"> javascript:var els = document.getElementsByTagName('input'); for(var x=0; x&amp;lt;els.length; x++){ if(els[x].type.toLowerCase() == 'password' ){ var test = els[x].type = 'text';}} </pre>
<p>Useful if <del>if you want to access your sisters email account</del> you forget a password that gets auto filled.</p>
]]></content:encoded>
			<wfw:commentRss>http://fiddyp.co.uk/simple-code-to-reveal-asterisk-s-password-fields-in-your-browser/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

