Files
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

6 lines
173 B
JavaScript

// Global configuration variables
var config = {
'homepage': 'https://www.google.com/search?q=Google+Blog',
'urlPattern': '^[^:]*:[/][/][^/]*(blogspot.|gstatic.).*$'
};