// ==UserScript==
// @name			Sellaband Search default tweaker
// @namespace	http://www.radiusrock.com/greasemonkey/
// @description	Script to change the default search to artists with investment on Sellaband.com
// @include		http://www.sellaband.com/*
// @include		http://sellaband.com/*
// ==/UserScript==
window.setTimeout(function() {document.getElementById('head').firstChild.nextSibling.nextSibling.nextSibling.nextSibling.getElementsByTagName("a")[1].href='/search/?minimum=10';}, 1000);