Skip to content

Instantly share code, notes, and snippets.

@michaelfox
Created September 1, 2011 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelfox/1187425 to your computer and use it in GitHub Desktop.
Save michaelfox/1187425 to your computer and use it in GitHub Desktop.
My GleeBox Settings for Google Chrome (http://thegleebox.com)
{
"searchEngine": "http://www.google.com/search?q=",
"commandEngine": "quix",
"quixUrl": "https://dl.dropbox.com/s/jpc1gu600xunbs5/quix.txt",
"searchBookmarks": true,
"scrollingSpeed": "500",
"outsideScrolling": false,
"shortcutKey": "71",
"upScrollingKey": "87",
"downScrollingKey": "83",
"tabManager": true,
"tabManagerShortcutKey": "190",
"hyper": false,
"size": "medium",
"theme": "GleeThemeConsole",
"disabledUrls": ["mail.google.com", "wave.google.com", "mail.yahoo.com"],
"esp": true,
"espVisions": [{
"url": "google.com/search",
"selector": "h3:not(ol.nobr>li>h3),a:contains(Next)"
},
{
"url": "bing.com/search",
"selector": "div.sb_tlst"
}],
"scrapers": [{
"command": "?",
"nullMessage": "Could not find any input elements on the page.",
"selector": "input:enabled:not(#gleeSearchField),textarea",
"cssStyle": "GleeReaped"
},
{
"command": "img",
"nullMessage": "Could not find any linked images on the page.",
"selector": "a > img",
"cssStyle": "GleeReaped"
},
{
"command": "h",
"nullMessage": "Could not find any headings on the page.",
"selector": "h1,h2,h3",
"cssStyle": "GleeReaped"
},
{
"command": "a",
"nullMessage": "No links found on the page",
"selector": "a",
"cssStyle": "GleeReaped"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment