All Projects → gooyie → userscript-iqiyi-player-switch

gooyie / userscript-iqiyi-player-switch

Licence: MIT License
爱奇艺flash播放器与html5播放器随意切换,改善html5播放器播放体验。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to userscript-iqiyi-player-switch

ykh5p
改善优酷官方html5播放器播放体验
Stars: ✭ 43 (-36.76%)
Mutual labels:  player, userscript
Maia Yt
Currently codenamed maia-yt is a userscript (and browser extension) that enhances the user's experience on YouTube.
Stars: ✭ 493 (+625%)
Mutual labels:  player, userscript
Crunchyroll Html5
A fully fledged HTML5 player for Crunchyroll.
Stars: ✭ 175 (+157.35%)
Mutual labels:  player, userscript
kaltura-player-android
Kaltura Player is a rich, easy to integrate and easy to use video player for all media types and ad scenarios you need. - based on Google ExoPlayer
Stars: ✭ 22 (-67.65%)
Mutual labels:  player
LabMidi
Midi IN and OUT. Standard midi file parser and player. Midi Softsynth implementation.
Stars: ✭ 38 (-44.12%)
Mutual labels:  player
shogi-player
将棋の棋譜を再生したり盤面を編集したりします
Stars: ✭ 42 (-38.24%)
Mutual labels:  player
Mayriads-EH-Master-Script
Adds dozens of features to E-Hentai.
Stars: ✭ 57 (-16.18%)
Mutual labels:  userscript
vue-podcast-player
Vue based simple podcast player
Stars: ✭ 31 (-54.41%)
Mutual labels:  player
useAudioPlayer
Custom React hook & context for controlling browser audio
Stars: ✭ 176 (+158.82%)
Mutual labels:  player
ppplay
An old-fashioned Module Player
Stars: ✭ 27 (-60.29%)
Mutual labels:  player
vue-audio
A simple audio player based on Vue 2.x which supports single, loop, order, circulation, and random mode
Stars: ✭ 41 (-39.71%)
Mutual labels:  player
onpc
Enhanced Music Controller
Stars: ✭ 90 (+32.35%)
Mutual labels:  player
VideoPlayerBot
An Telegram Bot By @AsmSafone To Stream Videos in Telegram Voice Chat. This is Also The Source Code of The Bot Which is Being Used In Our Support Group! ❤️
Stars: ✭ 187 (+175%)
Mutual labels:  player
userscripts
Various browser userscripts I created/maintain
Stars: ✭ 20 (-70.59%)
Mutual labels:  userscript
ycl
Search, Play, Download youtube videos from the terminal
Stars: ✭ 20 (-70.59%)
Mutual labels:  player
FantasyPremierLeague.py
⚽ Statistics for your mini leagues.
Stars: ✭ 123 (+80.88%)
Mutual labels:  player
Meaga
一个由Electron和Vue联合打造的本地音乐播放器
Stars: ✭ 36 (-47.06%)
Mutual labels:  player
v2excellent.js
Enhance V2EX user experience via UserScript
Stars: ✭ 66 (-2.94%)
Mutual labels:  userscript
p2p-cdn-sdk-android
Free p2p cdn android github sdk to reduce video streaming costs of live and on demand video using webrtc by upto 90% and improve scalability by 6x - 🚀 Vadootv 🚀
Stars: ✭ 39 (-42.65%)
Mutual labels:  player
mous
Lightweight audio player & converter for FreeBSD/Linux/macOS
Stars: ✭ 65 (-4.41%)
Mutual labels:  player

iqiyi-player-switch

爱奇艺flash播放器与html5播放器随意切换,改善html5播放器播放体验。

脚本管理器兼容

Greasemonkey用不了(沙箱限制),TampermonkeyViolentmonkey可正常使用。

安装

脚本实现的功能

  • 在脚本管理器上添加菜单命令用于播放器切换(默认启用html5播放器)
  • firefox 播放f4v
  • 和谐广告
  • 和谐非内嵌水印
  • 解除会员清晰度限制
  • 外链html5播放(不完善)
  • 快捷键
  • 可选的使用 WebSocket 加载视频

键盘快捷键

快捷键仿照PotPlayeryoutube

按键 功能
空格 播放 / 暂停
enter 全屏 / 退出全屏
ctrl + enter 网页全屏 / 退出网页全屏
esc 退出网页全屏
音量增加 5%
音量减少 5%
m 静音 / 取消静音
d 上一帧
f 下一帧
步退5秒
步进5秒
ctrl + ← 步退30秒
ctrl + → 步进30秒
shift + ← 步退1分钟
shift + → 步进1分钟
ctrl + alt + ← 步退5分钟
ctrl + alt + → 步进5分钟
0 ~ 9 定位到视频的 x0%
c 播放速率提高 0.1
x 播放速率降低 0.1
z 正常/之前的播放速率
shift + p 播放上一集
shift + n 播放下一集

鼠标快捷键

操作 条件 功能
单击左键 在播放区域 播放 / 暂停
双击左键 在播放区域 全屏切换
ctrl + 双击左键 在播放区域 网页全屏切换
滚动滚轮 全屏或网页全屏 音量调节

WebSocket

在播放器的设置里添加了一个开关,默认为关闭状态。

WebSocket setting

开启就使用 WebSocket 加载视频,可规避ISP的缓存避免被重定向出现 CORS 错误。

blocked by CORS policy

不开启就是按照 iqiyi 的策略,即默认使用 Fetch 或 XHR(firefox),如果一直出错就尝试用 WebSocket。

注意:有些地区的CDN还不支持 WebSocket,启用后会无法播放。

切换播放器

菜单命令是要切换过去的播放器

tm-switch vm-switch

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].