Skip to content

Instantly share code, notes, and snippets.

{
"name": "HyperRakuten",
"version": "1",
"manifest_version": 2,
"description": "I love Google",
"content_scripts": [{
"matches": ["http://websearch.rakuten.co.jp/*"],
"js": ["jquery.min.js","script.js"]
}]
}
$(function(){
location.href = 'https://www.google.co.jp/#q='+$('#srchformtxt_qt').val();
});