看板 Browsers作者 kizajan (Rybczynski)標題 [-Fx-] Youtube Center 畫質顯示Error (解)_時間 Sun Nov 24 03:56:37 2013
一直以來使用Youtube Center這個好用的userscript
但前幾天縮圖上的畫質小標籤顯示error
如圖 :
http://ppt.cc/tTMg
正常版:
http://ppt.cc/OLmM
其實官方網站下的討論有人提出了問題 並求得解答
來源 :
http://userscripts.org/topics/135396
http://ppt.cc/D7GX
作法很簡單,將原始script中的:
cfg = JSON.parse(r.responseText);
改成 cfg = JSON.parse(r.responseText)[1];
這樣就能解決上述的問題,實測可用。
我使用的版本是firefox 25.0.1 (pcx) + win7 x64
希望有幫到遇到同樣問題的人
--
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.133.65.15
--