您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Switches Dropcam to fullscreen
当前为
// ==UserScript== // @name Dropcam fullscreen // @namespace http://userscripts.org/users/20715 // @description Switches Dropcam to fullscreen // @include https://www.dropcam.com/watch/* // @version 1.0 // ==/UserScript== GM_addStyle('.viewer .playback .video { position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; }'); GM_addStyle('.viewer .playback .controls { position: fixed; bottom: 40px; left: 0; right: 0; }'); GM_addStyle('.footer_user { display: none; }');