Skip to content

Commit 90cd182

Browse files
committed
Update flashViewer.user.js
1 parent ce1a906 commit 90cd182

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

FlashViewer-HTML5 Video/flashViewer.user.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3091,7 +3091,7 @@
30913091

30923092
// 插入占位符
30933093
var pluginNS = plugin.nextSibling;
3094-
var pluginP = plugin.parentNode;
3094+
pluginP = plugin.parentNode;
30953095
if (pluginNS) {
30963096
pluginP.insertBefore(placeholder, pluginNS);
30973097
} else {
@@ -3884,13 +3884,13 @@
38843884
};
38853885
};
38863886
};
3887+
};
38873888

3888-
// 如果flash太小,一般不是引用视频,不出现工具栏
3889-
var cCRect = getContentClientRect(target);
3890-
if (!(cCRect.width >= prefs.floatBar.minSizeLimit.width && cCRect.height >= prefs.floatBar.minSizeLimit.height)) {
3891-
// console.log(cCRect);
3892-
return;
3893-
};
3889+
// 如果flash太小,一般不是引用视频,不出现工具栏
3890+
var cCRect = getContentClientRect(target);
3891+
if (!(cCRect.width >= prefs.floatBar.minSizeLimit.width && cCRect.height >= prefs.floatBar.minSizeLimit.height)) {
3892+
// console.log(cCRect);
3893+
return;
38943894
};
38953895

38963896

0 commit comments

Comments
 (0)