-
xxxxx
your code
-
xxxxx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: (function () { | |
var w = window, | |
d = document, | |
selectedTxt = w.getSelection ? w.getSelection() : (d.getSelection) ? d.getSelection() : (d.selection ? d.selection.createRange().text : 0), | |
pageUri = w.location.href, | |
isGMail = w.location.host.match(/mail\.google\.com/), | |
subject = d.title, | |
source, url; | |
if (isGMail) { | |
var msgFrm = d.getElementById('canvas_frame'), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table> | |
<caption>打开/前往</caption> | |
<colgroup> | |
<col style="text-align:left;width:150px"/> | |
<col style="text-align:left;"/> | |
</colgroup> | |
<thead> | |
<tr> | |
<th scope="col">快捷键</th> | |
<th scope="col">说明</th> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Flick Badges | |
# Find your user id here: http://idgettr.com/ It should be something like "25711589%40N00". | |
flickr_user: 25711589%40N00 | |
flickr_count: 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 这是一个 Quix 内置命令中文版文件 | |
> | |
> 要查看更多关于 Quix 命令的编写请参考 http://quixapp.com/syntax/ 或是查看 Lucifr 翻译的中文手册 http://lucifr.com/quix | |
> | |
#kill-defaults | |
@基本命令 | |
@这些是 Quix 内置的最为基本的命令,但可能也是最为强大的一些命令。 | |
a http://www.amazon.com/s/?field-keywords=%s Amazon(亚马逊英文) 搜索 | |
d http://www.google.com/search?q=define:%s Google 定义一个词语 |
This is a Chinese version of https://gist.github.com/1207002/86f48cd3b3b72c85e6293926cf7c730de03b2f08 from lucasfais
⌘T | 前往文件 |
⌘⌃P | 前往项目 |
⌘R | 前往 method |
⌘⇧P | 命令提示 |
NewerOlder