Bläddra i källkod

keysnail.js: echoTabInfo: update style

pull/1/head
10sr 10 år sedan
förälder
incheckning
db6761e560
1 ändrade filer med 6 tillägg och 4 borttagningar
  1. +6
    -4
      _keysnail.js

+ 6
- 4
_keysnail.js Visa fil

@@ -252,9 +252,10 @@ var echoTabInfo = (function(){
var currenttab;
function _display(msg){
display.prettyPrint(msg, {
timeout: 2000,
timeout: 1500,
style: {
"font-size": "18px"
"font-size": "18px",
"font-family": "monospace"
}
});
}
@@ -275,8 +276,9 @@ var echoTabInfo = (function(){
var title = window.content.document.title;
var url = window.content.location.href;
_display(
(idx + 1).toString() + " / " +
len.toString() + " : " +
"[" +
(idx + 1).toString() + "/" +
len.toString() + "] " +
title + " <" +
decodeURIComponent(url) + ">"
);


Laddar…
Avbryt
Spara