选项 | 默认值 | 类型 | 描述 |
Interval Rate | 300 | integer | 时间间隔(以毫秒为单位)。这决定了脚本多久检查一次元素并尝试单击它们。如果您的计算机是马铃薯,则可能需要增加此数字。 |
Autoplay promoted videos | false | boolean | Netflix可以在电影结尾或连续剧的最后一集之后播放推荐的电影或连续剧。如果要自动播放推荐,请启用此设置。 |
Run on Amazon | true | boolean | 它应该在亚马逊上运行吗? |
Run on Netflix | true | boolean | 它应该在Netflix上运行吗? |
Run on Disney+ | true | boolean | 它应该在迪士尼+上运行吗? |
Hotkey code (暂停/恢复) | F7 | string | 您要使用的密钥。例如,如果要使用Ctrl + Alt + F,请将此设置设置为KeyF。这是event.code,而不是event.keyCode。使用此工具查找所需的代码,或检查完整列表。 |
Enable toggle hotkey | true | boolean | 绑定一个键盘快捷键,以便您可以随意暂停/恢复脚本。 |
Hotkey code (设置) | KeyN | string | 物理键,例如,您可以使用Digit9绑定数字9。 |
Enable settings hotkey | true | boolean | 绑定一个键盘快捷键,以打开设置面板。 |
Ctrl key | true | boolean | 接下来的四个设置用于修饰键。如果您不想使用修饰键,请取消选中所有这四个。如果要使用多个,请检查所有想要的修饰键。 |
Alt key | false | boolean | |
Shift key | false | boolean | |
Meta key | false | boolean | 取决于浏览器和操作系统。 |
Enable popup | true | boolean | 是否显示暂停/继续弹出窗口。 |
Popup duration | 3000 | integer | 弹出窗口应保留的时间(以毫秒为单位)。 |
Use Google Fonts | true | boolean | 是否从Google Fonts动态加载字体。 |
Popup font | Source Sans Pro | string | 用于弹出窗口的字体。如果未在您的PC上本地安装,则它必须在Google Fonts上可用,并且 Use Google Fonts 必须启用。 |
Font size (px) | 24 | integer | 字体大小(以像素为单位)。 |
Font weight | 300 | integer | 字体粗细,介于100到900之间,为100的倍数。数字越大,粗细越大。 |
Italic | false | boolean | 字体是否应为斜体。 |