MozTW 討論區
https://forum.moztw.org/

不能看的Vlog
https://forum.moztw.org/viewtopic.php?f=13&t=12965
1 頁 (共 1 頁)

發表人:  peeper [ 2006-02-22, 02:14 ]
文章主題 :  不能看的Vlog

今天來到這個網站http://www.im.tv/vlog/
發現好像這下面所有的vlog都不能看(跑不動)
比如Mc Hot Dog
就會比ie少不少東西
請問是不是這個網站本身不支援firefox啊?

發表人:  hsawatarix [ 2006-02-23, 13:03 ]
文章主題 : 

Firefox 有支援喔! 因為我可以看!

不知道你裝了什麼套件,可以說說看呀!
或者是你沒有裝Quick time(網路上好像蠻常用到這軟體的說)

我裝的套件都很普通,所以到底跟擴充套件有沒有關係,我也不太清楚>_<

這是我裝的套件,給你參考一下:
Flashgot 0.5.9.99
IE View 1.2.7
Download Statusbar 0.9.4
Tab Mix Plus 0.2.5.2
Show Image 0.4.1
DownThemAll! 0.9.8.5
Image Toolbar 0.6.3
Add Bookmark Here 0.5.5
Bookmark Duplicate Detector 0.0.5
Bookmarks LinkChecker 0.6.8.1

發表人:  peeper [ 2006-02-23, 16:26 ]
文章主題 : 

我試用了safe mode也是出現同樣的情形
應該和擴充套件沒關係吧?
還有試了開新的可攜版的firefox,可以看到右邊的影片列表,
但是沒有辦法連結(沒有反應)

還是列出我的extensions好了 有點多
Enabled Extensions: (38)
Adblock Plus 0.6.1.1
Add Bookmark Here 0.5.5
All-in-One Gestures 0.17.4
All-In-One Sidebar 0.6.4rc1 [2006-01-11]
Context Search 0.2.1
Cortona VRML Client
Disable Targets For Downloads 1.0.1
Download Statusbar 0.9.4
DownThemAll! 0.9.8.7
Feedview 0.9.8
FlashGot 0.5.9.993
GooglePreview 1.2.1
IE Tab 1.0.8
jsLib 0.1.337
ListZilla 0.7
MediaWrap 0.1.6
PageZoom 0.3.0
PCMan Plug-in 1.0.0.1-fx1p5-0.1
PDF Download 0.6
QuickNote 0.6.0.2
Right Encoding 0.2.1.1
Sage 1.3.6
ScrapBook 0.18.5
Search Button 0.4.9
Show Image 0.4.1
Super DragAndGo 0.2.4d1
Tab Mix Plus 0.3.0.3
User Agent Switcher 0.6.8
Viamatic foXpose 0.3

附加檔案:
檔案註釋: 我的firefox
vlog1.PNG [167.32 KiB]
被下載 418 次
檔案註釋: 可攜版開
vlog2.png [190.32 KiB]
被下載 354 次
檔案註釋: ie開
vlogIE.png [261.43 KiB]
被下載 398 次

發表人:  timeriver [ 2006-02-25, 09:21 ]
文章主題 : 

為他寫不好..第一頁能看,點連結就會進不去
請用 IE 看吧

發表人:  Holio [ 2006-02-28, 16:30 ]
文章主題 :  右邊連結的問題

我用greasemonkey解決了
代碼:
// ==UserScript==
// @name            Vlog Right Frame Fix
// @namespace       http://forum.moztw.org/
// @description     Vlog Right Frame Fix
// @include         http://www.im.tv/vlog/*
// ==/UserScript==

(function () {

if (document.location.href.match("http://www.im.tv/vlog/Right.asp?")) {

    var Memid = document.location.href;
    Memid = Memid.split(/Memid=(\d+)/g)[1];
   
    var fix = document.createElement("script");
    fix.type = "text/javascript";
    fix.innerHTML = 'function changeVideo(t,w,x) { parent.document.getElementById("vFrame1").contentDocument.location.href="vFrame1.asp?FID=" + t +"&Memid='+ Memid +'&VideoPage="+ w +"&Videonext5="+ x; parent.document.getElementById("vFrame2").contentDocument.location.href="vFrame2.asp?FID=" + t +"&Memid='+ Memid +'&VideoPage="+ w +"&Videonext5="+ x; parent.document.getElementById("vFrame3").contentDocument.location.href="vFrame3.asp?FID=" + t +"&Memid='+ Memid +'&VideoPage="+ w +"&Videonext5="+ x; parent.document.getElementById("vFrame4").contentDocument.location.href="vFrame4.asp?FID=" + t +"&Memid='+ Memid +'&VideoPage="+ w +"&Videonext5="+ x; parent.document.getElementById("vFrame5").contentDocument.location.href="vFrame5.asp?FID=" + t +"&Memid='+ Memid +'&VideoPage="+ w +"&Videonext5="+ x; parent.parent.document.getElementById("CountFrame").contentDocument.location.href="getVideoCount.asp?FID=" + t; }'
    document.body.appendChild(fix);
}

})();


不過我只有動右邊連結的部分,因為我也只會使用到這個功能。目前連結可正常運作;至於留言什麼的有沒有問題我不清楚@@
不想裝greasemonkey可以試試greasemonkey compiler

發表人:  Xanatos [ 2006-04-07, 19:12 ]
文章主題 : 

複製影片語法的區域好像也有問題
我試過用removeAtrribute將input的disabled砍掉
不過vlog只給了input name沒有給id
不曉得還有沒有其他的辦法將他處理調

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/