1

Update 'yohoho-watch.user.js'

This commit is contained in:
lzrdblzzrd
2022-10-17 01:13:59 +03:00
parent 57646e1fed
commit 1f1637fbd6

View File

@@ -11,30 +11,18 @@
// @run-at document-end
// ==/UserScript==
const BANNER_IMAGE = `<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 128 512" style="enable-background:new 0 0 128 512;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:url(#Banner_00000055666303498189408720000007536872097726533817_);}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<linearGradient id="Banner_00000155117140210213162780000010184992392248604604_" gradientUnits="userSpaceOnUse" x1="-96" y1="96" x2="224" y2="416">
<stop offset="0" style="stop-color:#BF80FF"/>
<stop offset="1" style="stop-color:#8080FF"/>
const BANNER_IMAGE = `<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" viewBox="0 0 128 512" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x1="-96" x2="224" y1="96" y2="416" gradientUnits="userSpaceOnUse">
<stop stop-color="#BF80FF" offset="0"/>
<stop stop-color="#8080FF" offset="1"/>
</linearGradient>
<path id="Banner" style="fill-rule:evenodd;clip-rule:evenodd;fill:url(#Banner_00000155117140210213162780000010184992392248604604_);" d="
M128,0H0v512l64-32l64,32V0z"/>
<g id="icon" transform="matrix(1, 0, 0, 1, -64, 0)">
<path class="st1" d="M173.1,432.4c-9.1,24.9-36.6,37.7-61.5,28.7c-24.9-9.1-37.7-36.6-28.7-61.5c9.1-24.9,36.6-37.7,61.5-28.7
C169.3,380,182.2,407.5,173.1,432.4z M133.6,418.1c1.1-3.1-0.5-6.6-3.6-7.7c-3.1-1.1-6.6,0.5-7.7,3.6c-1.1,3.1,0.5,6.6,3.6,7.7
C129.1,422.8,132.5,421.2,133.6,418.1z M116.2,430.9c2.3-6.2-0.9-13.1-7.2-15.4c-6.2-2.3-13.1,0.9-15.4,7.2
c-2.3,6.2,0.9,13.1,7.2,15.4C107.1,440.3,113.9,437.1,116.2,430.9z M128.5,397c2.3-6.2-0.9-13.1-7.2-15.4
c-6.2-2.3-13.1,0.9-15.4,7.2c-2.3,6.2,0.9,13.1,7.2,15.4C119.4,406.5,126.3,403.3,128.5,397z M162.3,409.3
c2.3-6.2-0.9-13.1-7.2-15.4c-6.2-2.3-13.1,0.9-15.4,7.2c-2.3,6.2,0.9,13.1,7.2,15.4C153.2,418.8,160.1,415.6,162.3,409.3z
M150,443.2c2.3-6.2-0.9-13.1-7.2-15.4c-6.2-2.3-13.1,0.9-15.4,7.2c-2.3,6.2,0.9,13.1,7.2,15.4C140.9,452.6,147.8,449.4,150,443.2z
"/>
<path d="m128 0h-128v512l64-32 64 32v-512z" clip-rule="evenodd" fill="url(#a)" fill-rule="evenodd"/>
<g transform="translate(-64)">
<path d="m173.1 432.4c-9.1 24.9-36.6 37.7-61.5 28.7-24.9-9.1-37.7-36.6-28.7-61.5 9.1-24.9 36.6-37.7 61.5-28.7 24.9 9.1 37.8 36.6 28.7 61.5zm-39.5-14.3c1.1-3.1-0.5-6.6-3.6-7.7s-6.6 0.5-7.7 3.6 0.5 6.6 3.6 7.7c3.2 1.1 6.6-0.5 7.7-3.6zm-17.4 12.8c2.3-6.2-0.9-13.1-7.2-15.4-6.2-2.3-13.1 0.9-15.4 7.2-2.3 6.2 0.9 13.1 7.2 15.4 6.3 2.2 13.1-1 15.4-7.2zm12.3-33.9c2.3-6.2-0.9-13.1-7.2-15.4-6.2-2.3-13.1 0.9-15.4 7.2-2.3 6.2 0.9 13.1 7.2 15.4s13.2-0.9 15.4-7.2zm33.8 12.3c2.3-6.2-0.9-13.1-7.2-15.4-6.2-2.3-13.1 0.9-15.4 7.2-2.3 6.2 0.9 13.1 7.2 15.4s13.2-0.9 15.4-7.2zm-12.3 33.9c2.3-6.2-0.9-13.1-7.2-15.4-6.2-2.3-13.1 0.9-15.4 7.2-2.3 6.2 0.9 13.1 7.2 15.4 6.3 2.2 13.2-1 15.4-7.2z" fill="#fff"/>
</g>
</svg>`;
</svg>
`;
const BANNER_ID = 'yohoho-watch';
const MOVIE_TYPES = ['film', 'series'];