<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://turecki.net"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Michał Turecki - chrome</title>
 <link>https://turecki.net/tags/chrome</link>
 <description></description>
 <language>en</language>
<item>
 <title>How to reveal passwords (asterisks) on web pages using Google Chrome Inspect Element tool</title>
 <link>https://turecki.net/content/how-reveal-passwords-asterisks-web-pages-using-google-chrome-inspect-element-tool</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;A quick howto:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Right click on a password box with password entered into it by a password manager or another user and select &quot;Inspect element&quot;. If right mouse button is disabled - press F12 and try again.&lt;/li&gt;
&lt;li&gt;Make a note of id=&quot;xxx&quot; property on the input tag&lt;/li&gt;
&lt;li&gt;In the address bar type (case sensitive):&lt;br /&gt;
&lt;pre&gt;
javascript:alert(document.getElementById(&#039;xxx&#039;).value);
&lt;/pre&gt;&lt;p&gt;Where xxx is the name identified in step 2.
&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;You should see the alert window displaying the hidden password.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-1 field-type-taxonomy-term-reference field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/tags/chrome&quot;&gt;chrome&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/tags/javascript&quot;&gt;javascript&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 25 Jul 2013 15:23:52 +0000</pubDate>
 <dc:creator>Michał Turecki</dc:creator>
 <guid isPermaLink="false">19 at https://turecki.net</guid>
 <comments>https://turecki.net/content/how-reveal-passwords-asterisks-web-pages-using-google-chrome-inspect-element-tool#comments</comments>
</item>
</channel>
</rss>
