【 以下文字转载自 Firefox 讨论区 】
发信人: jackfnx (玄之又玄), 信区: Firefox
标 题: 这个脚本有啥问题
发信站: 水木社区 (Sun Sep 29 00:41:48 2013), 站内
// ==UserScript==
// @name WeiboTV Enhance
// @match
http://tv.weibo.com/tv/*
// ==/UserScript==
var weiboTV = function(){
document.getElementById('vPlayer').style.width=930;
document.getElementById('vPlayer').style.height=567;
document.getElementById('pl_player_tvFeedList').style.display='none';
};
weiboTV();
把这段代码弄成一个书签,打开网页以后再运行,则有效
既能隐藏微博列表,也能修改视频大小
但是如果做成userscript,装到chrome里,就不好用
只能隐藏微博列表,视频大小不会变
为什么?
--
FROM 60.28.184.*