<?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: Is there a way to search for otherwise-unsearchable text elements on a webpage?</title>
	<link>http://ask.metafilter.com/49228/Is-there-a-way-to-search-for-otherwiseunsearchable-text-elements-on-a-webpage/</link>
	<description>Comments on Ask MetaFilter post Is there a way to search for otherwise-unsearchable text elements on a webpage?</description>
	<pubDate>Mon, 23 Oct 2006 11:17:41 -0800</pubDate>
	<lastBuildDate>Mon, 23 Oct 2006 11:17:41 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Is there a way to search for otherwise-unsearchable text elements on a webpage?</title>
		<link>http://ask.metafilter.com/49228/Is-there-a-way-to-search-for-otherwiseunsearchable-text-elements-on-a-webpage</link>	
		<description>Is there a firefox plugin that will allow me to search ALL text on a webpage including dropdown menus and otherwise unsearchable fields? &lt;br /&gt;&lt;br /&gt; My employer has recently switched to a new java-based CMS.  One problem (among many) is that I need to deal with assigning categories to files - often up to 128 at a time.  Each category appears on its own line and has its own dropdown menu, but the categories go in no particular order as you scroll down and there is no way to sort them, either alphabetically or in any other way.  An alphabetical sort feature is on our wishlist for the next build, but in the meantime we have to make do.  What would be great is if there was a way to search EVERYTHING displayed on the page so that I could quickly find the categories I need to deal with/assign, but the control-f feature in firefox (obviously) only brings up searchable text.  Is there a plugin of some kind that can search all text elements displayed on a page, including the dropdown menus?  That would make my life way easier.  Any workarounds/suggestions would be much appreciated.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.49228</guid>
		<pubDate>Mon, 23 Oct 2006 10:41:59 -0800</pubDate>
		<dc:creator>hypocritical ross</dc:creator>
		
			<category>text</category>
		
			<category>search</category>
		
			<category>firefox</category>
		
			<category>plugin</category>
		
	</item> <item>
		<title>By: MonkeySaltedNuts</title>
		<link>http://ask.metafilter.com/49228/Is-there-a-way-to-search-for-otherwiseunsearchable-text-elements-on-a-webpage#747986</link>	
		<description>Somebody knowledgable in Greasemonkey could fix this for you.&lt;br&gt;
&lt;br&gt;
I can&apos;t understand if you to move the &quot;focus&quot; to your particular categories or to items in their dropdowns.&lt;br&gt;
&lt;br&gt;
A greasemonkey script could even sort the categories in a way you would like.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49228-747986</guid>
		<pubDate>Mon, 23 Oct 2006 11:17:41 -0800</pubDate>
		<dc:creator>MonkeySaltedNuts</dc:creator>
	</item><item>
		<title>By: hypocritical ross</title>
		<link>http://ask.metafilter.com/49228/Is-there-a-way-to-search-for-otherwiseunsearchable-text-elements-on-a-webpage#747998</link>	
		<description>the categories in this case are already correctly selected by default from the dropdown menus.  What I then have to do is go through them and check/uncheck assign boxes on each line.  The problem is that the order is random, so to find the appropriate category lines I have to scan through it one line at a time visually to find the right lines to edit.  Since the categories are displayed from a dropdown menu I can&apos;t do control-f to find them.  As a result this takes about 10x as long as it should and leaves me crosseyed by the end of it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49228-747998</guid>
		<pubDate>Mon, 23 Oct 2006 11:24:45 -0800</pubDate>
		<dc:creator>hypocritical ross</dc:creator>
	</item><item>
		<title>By: mmascolino</title>
		<link>http://ask.metafilter.com/49228/Is-there-a-way-to-search-for-otherwiseunsearchable-text-elements-on-a-webpage#748003</link>	
		<description>2nd the Greasemonkey idea...it fixes a multitude of sins and this one sounds very doable.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49228-748003</guid>
		<pubDate>Mon, 23 Oct 2006 11:30:33 -0800</pubDate>
		<dc:creator>mmascolino</dc:creator>
	</item><item>
		<title>By: hincandenza</title>
		<link>http://ask.metafilter.com/49228/Is-there-a-way-to-search-for-otherwiseunsearchable-text-elements-on-a-webpage#748172</link>	
		<description>You could always just do a view source of the page (&lt;i&gt;View -&amp;gt; Source or use Ctrl+U&lt;/i&gt;).  This opens a new Firefox window with the raw page source, which has the searchable Ctrl+F option exposed as with any Firefox window.  You&apos;d then still need to find it in the drop down menu, although with drop down menus, you can usually start typing if you know the item name and it&apos;ll auto find it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49228-748172</guid>
		<pubDate>Mon, 23 Oct 2006 14:23:10 -0800</pubDate>
		<dc:creator>hincandenza</dc:creator>
	</item><item>
		<title>By: hypocritical ross</title>
		<link>http://ask.metafilter.com/49228/Is-there-a-way-to-search-for-otherwiseunsearchable-text-elements-on-a-webpage#748198</link>	
		<description>hincandenza: i thought about this and tried it, but with all the hidden data and variables in the JS the source files are huge.  &lt;br&gt;
&lt;br&gt;
i&apos;ve been screwing around (not &quot;monkeying&quot; around - pun intentionally avoided) with a greasemonkey script called &lt;a href=&quot;http://userscripts.org/scripts/show/2118 &quot;&gt;Table Sort&lt;/a&gt; - it allows you to sort any table by clicking on the column headers.  it works like a charm on small lists (3 or 4 items), but when I try to use the same script on the more common 128+ line lists, the script stops responding.  so close, and yet so far.  bah.&lt;br&gt;
&lt;br&gt;
i&apos;ve also messed around with a regular extension called &lt;a href=&quot;https://addons.mozilla.org/firefox/2637/ &quot;&gt;TableTools&lt;/a&gt;, but it won&apos;t allow me to sort by a column populated by dropdown menus.&lt;br&gt;
&lt;br&gt;
this is driving me nuts.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49228-748198</guid>
		<pubDate>Mon, 23 Oct 2006 14:50:25 -0800</pubDate>
		<dc:creator>hypocritical ross</dc:creator>
	</item><item>
		<title>By: MonkeySaltedNuts</title>
		<link>http://ask.metafilter.com/49228/Is-there-a-way-to-search-for-otherwiseunsearchable-text-elements-on-a-webpage#748238</link>	
		<description>I still have little idea of what you are trying to do. Maybe if you put some screen-caps up on &lt;a href=&quot;http://imageshack.us/&quot;&gt;ImageShack&lt;/a&gt; it would help.&lt;br&gt;
&lt;br&gt;
You say: &lt;i&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/2118%20&quot;&gt;Table Sort&lt;/a&gt; - it allows you to sort any table by clicking on the column headers.  it works like a charm on small lists (3 or 4 items), but when I try to use the same script on the more common 128+ line lists, the script stops responding.&lt;/i&gt; &lt;br&gt;
&lt;br&gt;
If a script stops responding, you need to look in the &lt;b&gt;JavaScript Consol&lt;/b&gt; (found under &lt;b&gt;&lt;u&gt;T&lt;/u&gt;ools&lt;/b&gt;). That is where any error messages will appear.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49228-748238</guid>
		<pubDate>Mon, 23 Oct 2006 15:24:34 -0800</pubDate>
		<dc:creator>MonkeySaltedNuts</dc:creator>
	</item><item>
		<title>By: MonkeySaltedNuts</title>
		<link>http://ask.metafilter.com/49228/Is-there-a-way-to-search-for-otherwiseunsearchable-text-elements-on-a-webpage#748259</link>	
		<description>I looked at Table Sort.  It contains some code that is no-longer valid greasmonkey. E.g. a line starting with &lt;pre&gt;cell.innerHTML = &apos;&lt;/pre&gt;(MeFi blocks me from posting the whole line).&lt;br&gt;
&lt;br&gt;
To know why it isn&apos;t valid see: &lt;a href=&quot;http://www.oreillynet.com/lpt/a/6257&quot;&gt;Avoid Common Pitfalls in Greasemonkey&lt;br&gt;
How the History of Greasemonkey Security Affects You Now&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49228-748259</guid>
		<pubDate>Mon, 23 Oct 2006 15:38:30 -0800</pubDate>
		<dc:creator>MonkeySaltedNuts</dc:creator>
	</item><item>
		<title>By: mphuie</title>
		<link>http://ask.metafilter.com/49228/Is-there-a-way-to-search-for-otherwiseunsearchable-text-elements-on-a-webpage#748368</link>	
		<description>How bout using a regex to strip all the HTML tags out and searching that page?&lt;br&gt;
&lt;br&gt;
Should be quick with PHP and just pass the url to the script.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49228-748368</guid>
		<pubDate>Mon, 23 Oct 2006 17:22:44 -0800</pubDate>
		<dc:creator>mphuie</dc:creator>
	</item>
	</channel>
</rss>
