This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Link to AppBrain | |
// @namespace http://capybala.com/ | |
// @description Replace a link to Android Market with a link to AppBrain | |
// @include http://* | |
// ==/UserScript== | |
var regex_list = [ | |
/^(?:market:\/|http:\/\/market\.android\.com)\/search\?q=(?:pname:)?([^&]*)/, | |
/^(?:market:\/|http:\/\/market\.android\.com)\/details\?id=(?:pname:)?([^&]*)/ |
NewerOlder