AMQ の背景に動画を流す UserScript
#AMQ #UserScript
再生中のプレイヤーの動画を背景に設定する UserScript です
AMQ Background script と共存可能です
画像には blur が掛かります
https://scrapbox.io/files/63d6470564df44001e109c69.png
問題の出題中は前回の動画がそのまま使われます
https://scrapbox.io/files/63d64726d5abbb001e107aea.gif
動画にブラーを掛けたい場合は UserCSS を適用してください
code:style.css
#dynamic-background-video {
filter: blur(2px);
}
Greasy Fork: AMQ Dynamic Background
Install: https://github.com/SlashNephy/userscripts/raw/master/dist/amq-dynamic-background.user.js
Source: https://github.com/SlashNephy/userscripts/blob/master/src/amq-dynamic-background.ts