Google Search Filter Plus

By smk Last update Jan 19, 2009 — Installed 1,076 times. Daily Installs: 2, 3, 4, 6, 3, 3, 4, 3, 2, 4, 4, 2, 4, 9, 2, 3, 2, 3, 8, 11, 2, 4, 4, 2, 4, 3, 5, 3, 7, 2, 4, 2
Script Summary:
Selected web-sites aren't displayed from Google search result, enhancement to the original Google Search Filter by Shinya, and also the 'original original' idea by leva
Recently Updated TopicsPosts
google fx2
search filter plus for: BING?1
yahoo | live3
export thanks2

this script has 6 topics, 24 posts

Review Summary
5 stars
2 reviews (2)
4 stars
0 reviews (0)
3 stars
0 reviews (0)
2 stars
0 reviews (0)
1 star
0 reviews (0)

this script has 2 reviews

I feel a new version is in need, as "google search filter" haven't been updated for a long time

Supported Scripts


Google Monkey R

Screenshots

Filtered result/link
Filtered result
Filter editor

Documentation


The filter formats composes of normal filters, flags and regular expressions
Normal filters:
special operators:
*: wildcard (including nothing: will match "a" but also "")
**: wildcard (excluding nothing: will match "a" but not "")
Examples:
www.badsite.com will filter every result searched of www.badsite.com
* will filter every result found

Flags:
usual flag: |u
converts address to /^https? + address + $/
half flag: |h
same to everything in regular expressions except converts the DOT: . to an actual dot: \. instead of matching any possible character

Regular Expressions:
These are regular javascript regex, which will match based exactly on the regex you would encounter elsewhere
Examples:
/www\.badsite\.com/i will filter every result searched of www.badsite.com ignoring case
For a detailed explanation, visit: https://developer.mozilla.org/En/Core_JavaScrip...

Functions:
These are actual javascript functions, which is recommended only to people familiar with javascript (as the script currently does not check for errors in these filters, if something goes wrong, the script might not work as a whole)
Use the following syntax:
{return ...;}
extra functions besides normal javascript: 'match' function:
this function is the core of the script, under normal circumstances, a normal filter will be passed to the match function
It accepts 1 argument: the filter string

Options:
These are other options specifiable:
$title: matches with the title of the search result
$summary: matches with the description of the search result
$searchstr: matches the current keywords searching for

To specify these options, simply append $title, $summary, $searchstr, etc. to your filter

Comments:
everything from ! to ! are labeled as a !comment!
a single line comment is written in the form:
!single line comment

For details about these filters, do not hesitate to experiment with the sample filters accompanying the script (you can find them in the source or in the "filter composition" window), or ask me any questions in the forums

Other


Suggestions/error reports are always welcome, and will be dealt with as soon as possible
If you speak a language other than English, and enjoy this script, please provide a translation

Below are scripts related to this one, you may have a look at them
"Google Search Filter" (the older version): http://userscripts.org/scripts/show/12643
"Google Search Filter filter list": http://userscripts.org/scripts/show/29959