2014-08-31

userscripts.org 掛了不知去那找腳本?介紹你四個好所在

自從 userscripts.org 掛了之後頓時我的 Firefox 套件 Greasemonkey or Scriptish 少了腳本來源,於是找到了四個新的好所在,之前隨手就加入書籤,但在沒分類的情況下找的有點久…,現在已經整理好了順手貼出來跟大家分享。
  1. OpenUserJS
  2. Greasy Fork
  3. MonkeyGuts Userscripts
  4. userscripts-mirror

這裡特別提一下第四個  userscripts-mirror 他內部的搜尋引擎無法使用,但你可以利用 gooogle site 站內搜尋功能,打開 google 搜尋網頁,將字填入搜尋框:site:http://userscripts-mirror.org/scripts/show/ keyword 其中 keyword 請改為你要搜尋的關鍵字如 youtue

或者你可以用 Firefox 內建的關鍵字搜尋,將以下文字填入對應輸入框中

  • 名稱:自訂
  • 網址:https://www.google.com.tw/?gws_rd=ssl#q=site:http:%2F%2Fuserscripts-mirror.org%2Fscripts%2Fshow%2F+%s
  •  關鍵字:自訂


像我關鍵字設為 su 那我就在地址列輸入:su youtube 他就會在 userscripts-mirror站內搜尋 youtube 相關的腳本囉。

P.S 對 Firefox 關鍵字搜尋功能不熟悉的請看參考資料,我也是剛學…

2014-08-26

有網友在批踢踢實業坊[問題] Jdownloader 2 如何設定字體大小?,讓我用一張圖來解答,但我不是好鄉民沒帳號無法回覆,有朋友能順便回覆他嗎:)



參考資料:

2014-08-20

修複oh-my-zsh 無法更新

 2014/08/20 新增 git status 除錯
oh my zsh提示更新執行時遇到錯誤
Cannot pull with rebase: You have unstaged changes.
Please commit or stash them.

只要將~/.oh-my-zsh/tools/upgrade.sh修改就能修複
搜尋
if git pull --rebase origin master
--rebase刪掉存檔,在執行一次更新即可

~/.oh-my-zsh/tools/upgrade.sh

08/20 又遇上了不能升級的錯誤,但這次沒有跳錯誤訊息指出那裡版本不相同,這次用 git status 找出跟 git 不相同的部份
~/.oh-my-zsh
git status

Untracked files:

completion/
lib/wordchars.zsh
plugins/dbox/
plugins/dkms/
plugins/modprobed/
themes/junkfood.zsh-theme.old
themes/my.zsh-theme


最後將以上檔案移到 ~/.oh-my-zsh/custom 手動升級就沒問題
git pull