Browse Source

keysnail.js: add style for tumblr

pull/1/head
10sr 11 years ago
parent
commit
793b4058a8
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      _keysnail.js

+ 8
- 1
_keysnail.js View File

@@ -54,6 +54,13 @@ function ignore(k, i) [k, null];
// }
// ]]></>.toString()
// );
style.register(
'@-moz-document url-prefix(\"http://www.tumblr.com/\") { #pagination {' +
'position: fixed;' +
'bottom: 50px;' +
'right: 100px;' +
'padding-right: 0px !important' +
'} }' , style.XHTML);

///////////////////////////////////
//search engine
@@ -74,7 +81,7 @@ plugins.options["search-url-list"] = [
["shoutcast","http://www.shoutcast.com/Internet-Radio/%q"],
["delicious 10sr",
"http://delicious.com/10sr?addtag=%q&setcount=50&opennew=1"],
["open raw","%r"],
["open raw","%r"]
];

plugins.options["my-keysnail-bookmarks"] = [


Loading…
Cancel
Save