소스 검색

keysnail.js: echoTabInfo: update style

pull/1/head
10sr 11 년 전
부모
커밋
db6761e560
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. +6
    -4
      _keysnail.js

+ 6
- 4
_keysnail.js 파일 보기

@@ -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) + ">"
);


불러오는 중...
취소
저장