Skip to content

Instantly share code, notes, and snippets.

@edorcutt
Created October 4, 2010 20:08
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 edorcutt/610329 to your computer and use it in GitHub Desktop.
Save edorcutt/610329 to your computer and use it in GitHub Desktop.
ruleset a169x125 {
meta {
name "Wibiya Web Toolbar"
description <<
Librated Web Toolbar
>>
author "Ed Orcutt"
logging off
use javascript resource "http://cdn.wibiya.com/Toolbars/dir_0573/Toolbar_573179/Loader_573179.js"
}
dispatch {
domain "google.com"
}
global {
}
rule first_rule is active {
select when pageview ".*" setting ()
noop();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment