Difference between revisions of "Skip Surveys"

Kipkis (Kipkis | contribs)
 
Kipkis (Kipkis | contribs)
m (Text replacement - "<br><br>" to "")
Line 19: Line 19:
 
<li>Right-click on the website. Select ''Inspect element''. This will open the developer tools.</li>
 
<li>Right-click on the website. Select ''Inspect element''. This will open the developer tools.</li>
 
<li>Click the "Console" tab. This is located on the far end of the tabs at the top of the developer frame.</li>
 
<li>Click the "Console" tab. This is located on the far end of the tabs at the top of the developer frame.</li>
<li>Paste the URL retrieval code into the console. Copy and paste the following code into the console and then press Enter:<br><br>
+
<li>Paste the URL retrieval code into the console. Copy and paste the following code into the console and then press Enter:
 
<blockquote style="margin: auto; background-color: #C9DCB9; border: solid thin grey; width: 75%; text-align: center"> urls = $$('a'); for (url in urls) console.log ( urls[url].href ); </blockquote>  
 
<blockquote style="margin: auto; background-color: #C9DCB9; border: solid thin grey; width: 75%; text-align: center"> urls = $$('a'); for (url in urls) console.log ( urls[url].href ); </blockquote>  
 
</li>
 
</li>