<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Does anyone know of a Firefox extension or Linux app that allows you to check or uncheck all checkboxes on a web page?</title>
	<link>http://ask.metafilter.com/11106/Does-anyone-know-of-a-Firefox-extension-or-Linux-app-that-allows-you-to-check-or-uncheck-all-checkboxes-on-a-web-page/</link>
	<description>Comments on Ask MetaFilter post Does anyone know of a Firefox extension or Linux app that allows you to check or uncheck all checkboxes on a web page?</description>
	<pubDate>Thu, 21 Oct 2004 07:19:42 -0800</pubDate>
	<lastBuildDate>Thu, 21 Oct 2004 07:19:42 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Does anyone know of a Firefox extension or Linux app that allows you to check or uncheck all checkboxes on a web page?</title>
		<link>http://ask.metafilter.com/11106/Does-anyone-know-of-a-Firefox-extension-or-Linux-app-that-allows-you-to-check-or-uncheck-all-checkboxes-on-a-web-page</link>	
		<description>Firefox (un)check all extension:  Does anyone know if there exists a firefox extension or linux app that allows you to check or uncheck all checkboxes on a given web page?  {mi} &lt;br /&gt;&lt;br /&gt; I use a ticket tracker system with lots of legitimate tickets and lots of spam (I have no control over filtering for this system).  Sometimes I pull up a page that has, say, 50 legitimate tickets and 25 pieces of spam, necessitating 50 mouse clicks to clean out the spam and retain the tickets, and it would be nice to be able to come out ahead of the ratio every now and then.  : &amp;gt;&lt;br&gt;
&lt;br&gt;
In the event that such a thing does not exist, I have intermediate-level Perl experience . . . would this translate well to trying to do this in Python (something I probably need to learn, anyway) as a learner project?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.11106</guid>
		<pubDate>Thu, 21 Oct 2004 06:56:25 -0800</pubDate>
		<dc:creator>littlegreenlights</dc:creator>
		
			<category>Firefox</category>
		
			<category>extensions</category>
		
			<category>bookmarklet</category>
		
	</item> <item>
		<title>By: ook</title>
		<link>http://ask.metafilter.com/11106/Does-anyone-know-of-a-Firefox-extension-or-Linux-app-that-allows-you-to-check-or-uncheck-all-checkboxes-on-a-web-page#197467</link>	
		<description>Easiest way to do this would probably be as a bookmarklet in javascript.  Some sloppy top-of-my-head probably nonfunctional code that should point you in the right direction at least:&lt;br&gt;
&lt;br&gt;
var cboxes = document.getElementsByTagName(&apos;input&apos;);&lt;br&gt;
for (var i=0; i &amp;lt; document.cboxes.length; i++) {&lt;br&gt;
	var cbox = document.cboxes[i];&lt;br&gt;
	if (cbox.type ==&apos;checkbox&apos;) {cbox.checked=true}&lt;br&gt;
}</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11106-197467</guid>
		<pubDate>Thu, 21 Oct 2004 07:19:42 -0800</pubDate>
		<dc:creator>ook</dc:creator>
	</item><item>
		<title>By: britain</title>
		<link>http://ask.metafilter.com/11106/Does-anyone-know-of-a-Firefox-extension-or-Linux-app-that-allows-you-to-check-or-uncheck-all-checkboxes-on-a-web-page#197487</link>	
		<description>Hey, here&apos;s a &lt;a href=&quot;http://www.squarefree.com/bookmarklets/forms.html#toggle_checkboxes&quot;&gt;&quot;toggle all checkboxes&quot;&lt;/a&gt; bookmarklet [link goes to page, not directly to bookmarklet].</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11106-197487</guid>
		<pubDate>Thu, 21 Oct 2004 08:37:01 -0800</pubDate>
		<dc:creator>britain</dc:creator>
	</item><item>
		<title>By: littlegreenlights</title>
		<link>http://ask.metafilter.com/11106/Does-anyone-know-of-a-Firefox-extension-or-Linux-app-that-allows-you-to-check-or-uncheck-all-checkboxes-on-a-web-page#197531</link>	
		<description>You guys rock so hard.  :&amp;gt;  Thanks for making a n00b hostmaster&apos;s days a whole lot less clicky-stressful.  &lt;br&gt;
&lt;br&gt;
&lt;small&gt;I don&apos;t know why, but the ticket tracking system defaults to checking everything on an update page by default, meaning, yes, please delete this ticket,  My aim was getting better after a few thousand, but that isn&apos;t a skill I thought was particularly lacking, anyway.  :&amp;gt;&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
Thank you, thank you!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11106-197531</guid>
		<pubDate>Thu, 21 Oct 2004 11:01:02 -0800</pubDate>
		<dc:creator>littlegreenlights</dc:creator>
	</item>
	</channel>
</rss>
