Temm / YouTube Revert Material Rebrand

// ==UserScript==
// @name         YouTube Revert Material Rebrand
// @version      0.9
// @description  Undo the Material Rebrand of YouTube, like Filled Like Buttons
// @author       Temm
// @match        http*://www.youtube.com/*
// @icon         https://www.google.com/s2/favicons?domain=youtube.com
// @copyright    2021, Temm (https://openuserjs.org/users/Temm)
// @license      MIT
// @contributor  bleach4u
// @updateURL https://openuserjs.org/meta/Temm/YouTube_Revert_Material_Rebrand.meta.js
// @downloadURL https://openuserjs.org/install/Temm/YouTube_Revert_Material_Rebrand.user.js
// @run-at       document-end
// @grant        none
// ==/UserScript==

function GM_addStyle(css) {
  const style = document.getElementById("GM_addStyleBy8626") || (function() {
    const style = document.createElement('style');
    style.type = 'text/css';
    style.id = "GM_addStyleBy8626";
    document.head.appendChild(style);
    return style;
  })();
  const sheet = style.sheet;
  sheet.insertRule(css, (sheet.rules || sheet.cssRules || []).length);
}

(function() {
GM_addStyle(`
html:not(.style-scope)[system-icons] {
  --yt-button-icon-button-text-color: #aaa !important;
}`)

GM_addStyle(`
a.yt-simple-endpoint.ytd-toggle-button-renderer {
  color: #3ea6ff !important;
}`)

GM_addStyle(`
#ryd-bar {
  background-color: #909090 !important;
}`)

GM_addStyle(`
#ryd-bar-container {
  background-color: #606060 !important;
}`)

GM_addStyle(`
ytd-sentiment-bar-renderer[activated][system-icons] #like-bar.ytd-sentiment-bar-renderer {
  background-color: #3ea6ff !important;
}`)

GM_addStyle(`
#icon-label.yt-dropdown-menu {
  color: #909090 !important;
}`)

GM_addStyle(`
.ytp-settings-menu .ytp-menuitem .ytp-menuitem-icon svg {
  display: none !important;
}
`)


    console.log(document.querySelectorAll("#like").length)
    document.querySelectorAll("#dislike").forEach(x=> (x.setAttribute("viewBox", "0 0 24 24"), x.innerHTML = '<path color="#909090" d="M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v1.91l.01.01L1 14c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z" class="style-scope yt-icon"></path>'))
    document.querySelectorAll("#like").forEach(x=> (x.setAttribute("viewBox", "0 0 24 24"), x.innerHTML = '<path color="#909090" d="M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-1.91l-.01-.01L23 10z" class="style-scope yt-icon"></path>'))

    document.querySelectorAll("#like-filled").forEach(x=> x.innerHTML = '<path color="#3ea6ff" d="M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-1.91l-.01-.01L23 10z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#dislike-filled").forEach(x=> x.innerHTML = '<path color="#3ea6ff" d="M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v1.91l.01.01L1 14c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#content_cut").forEach(x=> x.innerHTML = '<circle color="#909090" cx="6" cy="18" r="2" fill="none" class="style-scope yt-icon"></circle><circle color="#909090" cx="6" cy="6" r="2" fill="none" class="style-scope yt-icon"></circle><path fill="#909090" d="M9.64 7.64c.23-.5.36-1.05.36-1.64 0-2.21-1.79-4-4-4S2 3.79 2 6s1.79 4 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1L9.64 7.64zM6 8c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm0 12c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm6-7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zM19 3l-6 6 2 2 7-7V3z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#content_cut-filled").forEach(x=> x.innerHTML = '<circle color="#ffffff" cx="6" cy="18" r="2" fill="none" class="style-scope yt-icon"></circle><circle color="#ffffff" cx="6" cy="6" r="2" fill="none" class="style-scope yt-icon"></circle><path fill="#ffffff" d="M9.64 7.64c.23-.5.36-1.05.36-1.64 0-2.21-1.79-4-4-4S2 3.79 2 6s1.79 4 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1L9.64 7.64zM6 8c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm0 12c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2zm6-7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zM19 3l-6 6 2 2 7-7V3z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#share").forEach(x=> x.innerHTML = '<path color="#909090" d="M14 9V3L22 12L14 21V15C8.44 15 4.78 17.03 2 21C3.11 15.33 6.22 10.13 14 9Z" class="style-scope yt-icon"></path>')
//    document.querySelectorAll("#offline_download").forEach(x=> x.innerHTML = '<image href="https://cdn.discordapp.com/attachments/511318837719728139/901510424200118313/ic_download_default.png" height=24 width=24>')
    document.querySelectorAll("#offline_download").forEach(x=> x.innerHTML = '<path color="#909090" stroke=currentColor d="M17 18V19H6V18H17ZM16.5 11.4L15.8 10.7L12 14.4V4H11V14.4L7.2 10.6L6.5 11.3L11.5 16.3L16.5 11.4Z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#money_heart").forEach(x=> x.innerHTML = '<path color="#909090" d="M15,1.65a4.8,4.8,0,0,0-3.71,1.9l-.79,1-.79-1A4.8,4.8,0,0,0,6,1.65a4.71,4.71,0,0,0-4.5,5c0,3.7,3.27,6.93,8.22,11.83l0,0,.74.74.75-.74c5-4.93,8.25-8.17,8.25-11.87A4.71,4.71,0,0,0,15,1.65ZM9.78,9.51a3,3,0,0,0,1,.37,6.26,6.26,0,0,1,1.18.34,2.13,2.13,0,0,1,1.49,2.08A2.09,2.09,0,0,1,12.62,14a3.23,3.23,0,0,1-1.17.54v1.1h-2V14.5a3.1,3.1,0,0,1-1.71-1.15,2.26,2.26,0,0,1-.29-.7h2a.7.7,0,0,0,.15.25,1.41,1.41,0,0,0,.92.3,1.23,1.23,0,0,0,.82-.23.7.7,0,0,0,.28-.58.71.71,0,0,0-.34-.61,3.65,3.65,0,0,0-1.1-.39C8.51,11,7.67,10.24,7.67,9.06a2.21,2.21,0,0,1,.78-1.72,2.41,2.41,0,0,1,1-.53V5.65h2V6.77a3,3,0,0,1,1.18.57,2.39,2.39,0,0,1,.82,1.31h-2a1.67,1.67,0,0,0-.16-.24,1,1,0,0,0-.81-.28,1,1,0,0,0-.74.24A.76.76,0,0,0,9.48,9,.63.63,0,0,0,9.78,9.51Z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#playlist_add").forEach(x=> x.innerHTML = '<path color="#909090" d="M14 10H2v2h12v-2zm0-4H2v2h12V6zm4 8v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM2 16h8v-2H2v2z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#more").forEach(x=> x.innerHTML = '<circle color="#909090" cx="5" cy="12" r="2"></circle><circle color="#909090" cx="12" cy="12" r="2"></circle><circle color="#909090" cx="19" cy="12" r="2"></circle>')
//    document.querySelectorAll("#notifications").forEach(x=> x.innerHTML = '<path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z" class="style-scope yt-icon"></path>')
//    document.querySelectorAll("#notifications-filled").forEach(x=> x.innerHTML = '<path fill="#909090" d="M10,20h4c0,1.1-0.9,2-2,2S10,21.1,10,20z M20,17.35V19H4v-1.65l2-1.88v-5.15c0-2.92,1.56-5.22,4-5.98V3.96	c0-1.42,1.49-2.5,2.99-1.76C13.64,2.52,14,3.23,14,3.96l0,0.39c2.44,0.75,4,3.06,4,5.98v5.15L20,17.35z" class="style-scope yt-icon"></path>')
//    document.querySelectorAll("#notifications_active").forEach(x=> x.innerHTML = '<path fill="#909090" d="M21.5,9h-2V8.81c0-1.91-1.11-3.62-2.9-4.48l0.87-1.8c2.49,1.19,4.03,3.6,4.03,6.28V9z M4.5,8.81c0-1.91,1.11-3.62,2.9-4.48 l-0.87-1.8C4.04,3.72,2.5,6.13,2.5,8.81V9h2V8.81z M12,22c1.1,0,2-0.9,2-2h-4C10,21.1,10.9,22,12,22z M20,17.35V19H4v-1.65l2-1.88 v-5.15c0-2.92,1.56-5.22,4-5.98V3.96c0-1.42,1.49-2.5,2.99-1.76C13.64,2.52,14,3.23,14,3.96l0,0.39c2.44,0.75,4,3.06,4,5.98v5.15 L20,17.35z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#comment").forEach(x=> x.innerHTML = '<path color="#909090" d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18zM18 14H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"></path>')
    document.querySelectorAll("#shuffle").forEach(x=> x.innerHTML = '<path color="#909090" d="M10.59 9.17L5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm.33 9.41l-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#shuffle-filled").forEach(x=> x.innerHTML = '<path color="#3ea6ff" d="M10.59 9.17L5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm.33 9.41l-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#loop").forEach(x=> x.innerHTML = '<path color="#909090" d="M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#loop-filled").forEach(x=> x.innerHTML = '<path color="#3ea6ff" d="M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#link").forEach(x=> x.innerHTML = '<path color="#909090" d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#watch_later").forEach(x=> x.innerHTML = '<path color="#ffffff" d="M12 3.67c-4.58 0-8.33 3.75-8.33 8.33s3.75 8.33 8.33 8.33 8.33-3.75 8.33-8.33S16.58 3.67 12 3.67zm3.5 11.83l-4.33-2.67v-5h1.25v4.34l3.75 2.25-.67 1.08z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#watch_later-filled").forEach(x=> x.innerHTML = '<path color="#ffffff" d="M12 3.67c-4.58 0-8.33 3.75-8.33 8.33s3.75 8.33 8.33 8.33 8.33-3.75 8.33-8.33S16.58 3.67 12 3.67zm3.5 11.83l-4.33-2.67v-5h1.25v4.34l3.75 2.25-.67 1.08z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#add_to_queue_tail").forEach(x=> x.innerHTML = '<path color="#909090" d="M9,10 L18,10 L18,12 L9,12 L9,10 Z M6,6 L18,6 L18,8 L6,8 L6,6 Z M12,14 L18,14 L18,16 L12,16 L12,14 Z M6,12 L6,18 L10,15 L6,12 Z" class="style-scope yt-icon"></path>')

    document.querySelectorAll("#mix").forEach(x=> x.innerHTML = '<path color="#ffffff" d="M16.94 6.9l-1.4 1.46C16.44 9.3 17 10.58 17 12s-.58 2.7-1.48 3.64l1.4 1.45C18.22 15.74 19 13.94 19 12s-.8-3.8-2.06-5.1zM23 12c0-3.12-1.23-5.95-3.23-8l-1.4 1.45C19.97 7.13 21 9.45 21 12s-1 4.9-2.64 6.55l1.4 1.45c2-2.04 3.24-4.87 3.24-8zM7.06 17.1l1.4-1.46C7.56 14.7 7 13.42 7 12s.6-2.7 1.5-3.64L7.08 6.9C5.78 8.2 5 10 5 12s.8 3.8 2.06 5.1zM1 12c0 3.12 1.23 5.95 3.23 8l1.4-1.45C4.03 16.87 3 14.55 3 12s1-4.9 2.64-6.55L4.24 4C2.24 6.04 1 8.87 1 12zm9-3.32v6.63l5-3.3-5-3.3z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#play_arrow").forEach(x=> x.innerHTML = '<path color="#ffffff" d="M8 5v14l11-7z" class="style-scope yt-icon"></path>')
//    document.querySelectorAll("#search").forEach(x=> x.innerHTML = '<path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" class="style-scope yt-icon"></path>')

GM_addStyle(`
#guide .filledlike {
  fill: #ffffff !important;
}
`)
document.querySelectorAll("#like-filled").forEach(x=> x.innerHTML = '<path class="filledlike" color="#3ea6ff" d="M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-1.91l-.01-.01L23 10z" class="style-scope yt-icon"></path>')

GM_addStyle(`
#guide .watchlater {
  fill: #909090 !important;
}
`)
document.querySelectorAll("#watch_later").forEach(x=> x.innerHTML = '<path class="watchlater" color="#ffffff" d="M12 3.67c-4.58 0-8.33 3.75-8.33 8.33s3.75 8.33 8.33 8.33 8.33-3.75 8.33-8.33S16.58 3.67 12 3.67zm3.5 11.83l-4.33-2.67v-5h1.25v4.34l3.75 2.25-.67 1.08z" class="style-scope yt-icon"></path>')


    document.querySelectorAll("#tab_home").forEach(x=> x.innerHTML = '<path color="#909090" d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#tab_home-filled").forEach(x=> x.innerHTML = '<path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#explore").forEach(x=> x.innerHTML = '<path color="#909090" d="M11.23 13.08c-.29-.21-.48-.51-.54-.86-.06-.35.02-.71.23-.99.21-.29.51-.48.86-.54.35-.06.7.02.99.23.29.21.48.51.54.86.06.35-.02.71-.23.99a1.327 1.327 0 01-1.08.56c-.28 0-.55-.08-.77-.25zM22 12c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zm-3.97-6.03L9.8 9.8l-3.83 8.23 8.23-3.83 3.83-8.23z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#explore-filled").forEach(x=> x.innerHTML = '<path d="M11.23 13.08c-.29-.21-.48-.51-.54-.86-.06-.35.02-.71.23-.99.21-.29.51-.48.86-.54.35-.06.7.02.99.23.29.21.48.51.54.86.06.35-.02.71-.23.99a1.327 1.327 0 01-1.08.56c-.28 0-.55-.08-.77-.25zM22 12c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zm-3.97-6.03L9.8 9.8l-3.83 8.23 8.23-3.83 3.83-8.23z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#subscriptions").forEach(x=> x.innerHTML = '<path color="#909090" d="M18.7 8.7H5.3V7h13.4v1.7zm-1.7-5H7v1.6h10V3.7zm3.3 8.3v6.7c0 1-.7 1.6-1.6 1.6H5.3c-1 0-1.6-.7-1.6-1.6V12c0-1 .7-1.7 1.6-1.7h13.4c1 0 1.6.8 1.6 1.7zm-5 3.3l-5-2.7V18l5-2.7z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#subscriptions-filled").forEach(x=> x.innerHTML = '<path d="M18.7 8.7H5.3V7h13.4v1.7zm-1.7-5H7v1.6h10V3.7zm3.3 8.3v6.7c0 1-.7 1.6-1.6 1.6H5.3c-1 0-1.6-.7-1.6-1.6V12c0-1 .7-1.7 1.6-1.7h13.4c1 0 1.6.8 1.6 1.7zm-5 3.3l-5-2.7V18l5-2.7z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#youtube_music_monochrome").forEach(x=> x.innerHTML = '<path color="#909090" d="M10 9.35L15 12l-5 2.65zM12 7a5 5 0 105 5 5 5 0 00-5-5m0-1a6 6 0 11-6 6 6 6 0 016-6zm0-3a9 9 0 109 9 9 9 0 00-9-9m0-1A10 10 0 112 12 10 10 0 0112 2z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#uploads").forEach(x=> x.innerHTML = '<path color="#909090" d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 12.5v-9l6 4.5-6 4.5z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#uploads-filled").forEach(x=> x.innerHTML = '<path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 12.5v-9l6 4.5-6 4.5z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#watch_history").forEach(x=> x.innerHTML = '<path color="#909090" d="M11.9 3.75c-4.55 0-8.23 3.7-8.23 8.25H.92l3.57 3.57.04.13 3.7-3.7H5.5c0-3.54 2.87-6.42 6.42-6.42 3.54 0 6.4 2.88 6.4 6.42s-2.86 6.42-6.4 6.42c-1.78 0-3.38-.73-4.54-1.9l-1.3 1.3c1.5 1.5 3.55 2.43 5.83 2.43 4.58 0 8.28-3.7 8.28-8.25 0-4.56-3.7-8.25-8.26-8.25zM11 8.33v4.6l3.92 2.3.66-1.1-3.2-1.9v-3.9H11z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#watch_history-filled").forEach(x=> x.innerHTML = '<path d="M11.9 3.75c-4.55 0-8.23 3.7-8.23 8.25H.92l3.57 3.57.04.13 3.7-3.7H5.5c0-3.54 2.87-6.42 6.42-6.42 3.54 0 6.4 2.88 6.4 6.42s-2.86 6.42-6.4 6.42c-1.78 0-3.38-.73-4.54-1.9l-1.3 1.3c1.5 1.5 3.55 2.43 5.83 2.43 4.58 0 8.28-3.7 8.28-8.25 0-4.56-3.7-8.25-8.26-8.25zM11 8.33v4.6l3.92 2.3.66-1.1-3.2-1.9v-3.9H11z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#my_videos").forEach(x=> x.innerHTML = '<path color="#909090" d="M18.45,3.75H5.55a1.81,1.81,0,0,0-1.8,1.8v12.8a1.8,1.8,0,0,0,1.7,1.9h12.9a1.8,1.8,0,0,0,1.9-1.69v-13A1.8,1.8,0,0,0,18.45,3.75Zm-.1,14.6H5.55V5.55h12.8Zm-3.2-6.1-5,3.2V9.05Z"></path>')
    document.querySelectorAll("#my_videos-filled").forEach(x=> x.innerHTML = '<path d="M18.45,3.75H5.55a1.81,1.81,0,0,0-1.8,1.8v12.8a1.8,1.8,0,0,0,1.7,1.9h12.9a1.8,1.8,0,0,0,1.9-1.69v-13A1.8,1.8,0,0,0,18.45,3.75Zm-.1,14.6H5.55V5.55h12.8Zm-3.2-6.1-5,3.2V9.05Z"></path>')
    document.querySelectorAll("#playlists").forEach(x=> x.innerHTML = '<path color="#909090" d="M3.67 8.67h14V11h-14V8.67zm0-4.67h14v2.33h-14V4zm0 9.33H13v2.34H3.67v-2.34zm11.66 0v7l5.84-3.5-5.84-3.5z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#playlists-filled").forEach(x=> x.innerHTML = '<path color="#ffffff" d="M3.67 8.67h14V11h-14V8.67zm0-4.67h14v2.33h-14V4zm0 9.33H13v2.34H3.67v-2.34zm11.66 0v7l5.84-3.5-5.84-3.5z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#subscribe").forEach(x=> x.innerHTML = '<path color="#909090" fill-rule="nonzero" d="M21.78 8s-.2-1.37-.8-1.97c-.75-.8-1.6-.8-2-.85C16.2 4.98 12 5 12 5s-4.18-.02-6.97.18c-.4.05-1.24.05-2 .85-.6.6-.8 1.97-.8 1.97s-.2 1.63-.23 3.23v1.7c.03 1.6.23 3.2.23 3.2s.2 1.4.8 2c.76.8 1.75.76 2.2.85 1.57.15 6.6.18 6.77.18 0 0 4.2 0 7-.2.38-.04 1.23-.04 2-.84.6-.6.8-1.98.8-1.98s.2-1.6.2-3.22v-1.7c-.02-1.6-.22-3.22-.22-3.22zm-11.8 7V9.16l5.35 3.03L9.97 15z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#subscribe-filled").forEach(x=> x.innerHTML = '<path color="#ffffff" fill-rule="nonzero" d="M21.78 8s-.2-1.37-.8-1.97c-.75-.8-1.6-.8-2-.85C16.2 4.98 12 5 12 5s-4.18-.02-6.97.18c-.4.05-1.24.05-2 .85-.6.6-.8 1.97-.8 1.97s-.2 1.63-.23 3.23v1.7c.03 1.6.23 3.2.23 3.2s.2 1.4.8 2c.76.8 1.75.76 2.2.85 1.57.15 6.6.18 6.77.18 0 0 4.2 0 7-.2.38-.04 1.23-.04 2-.84.6-.6.8-1.98.8-1.98s.2-1.6.2-3.22v-1.7c-.02-1.6-.22-3.22-.22-3.22zm-11.8 7V9.16l5.35 3.03L9.97 15z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#movies").forEach(x=> x.innerHTML = '<path color="#909090" d="M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3h-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#movies-filled").forEach(x=> x.innerHTML = '<path color="#ffffff" d="M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3h-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#add_circle").forEach(x=> x.innerHTML = '<path color="#909090" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#settings").forEach(x=> x.innerHTML = '<path color="#909090" d="M19.43 12.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.1-1.65c.2-.15.25-.42.13-.64l-2-3.46c-.12-.22-.4-.3-.6-.22l-2.5 1c-.52-.4-1.08-.73-1.7-.98l-.37-2.65c-.06-.24-.27-.42-.5-.42h-4c-.27 0-.48.18-.5.42l-.4 2.65c-.6.25-1.17.6-1.7.98l-2.48-1c-.23-.1-.5 0-.6.22l-2 3.46c-.14.22-.08.5.1.64l2.12 1.65c-.04.32-.07.65-.07.98s.02.66.06.98l-2.1 1.65c-.2.15-.25.42-.13.64l2 3.46c.12.22.4.3.6.22l2.5-1c.52.4 1.08.73 1.7.98l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.6-.25 1.17-.6 1.7-.98l2.48 1c.23.1.5 0 .6-.22l2-3.46c.13-.22.08-.5-.1-.64l-2.12-1.65zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#image").forEach(x=> x.innerHTML = '<path color="#909090" d="M19.08,18h-14l4-5.16,2.14,2.59,3-3.89ZM3,3V21H21V3Z" class="style-scope yt-icon"></path>')

    document.querySelectorAll("#account_box").forEach(x=> x.innerHTML = '<path color="#909090" d="M3 5v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2zm12 4c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3zm-9 8c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1H6v-1z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#monetization_on").forEach(x=> x.innerHTML = '<path color="#909090" d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm-1.07,8.23a5.73,5.73,0,0,0,1.52.77,6.44,6.44,0,0,1,2.7,1.53A3.24,3.24,0,0,1,16,14.76a2.94,2.94,0,0,1-1,2.38A3.87,3.87,0,0,1,13,18v1H11V17.88a5,5,0,0,1-1-.37,3.74,3.74,0,0,1-1.52-1.35A3.28,3.28,0,0,1,8,15h2a2.14,2.14,0,0,0,2.18,1.1,1.87,1.87,0,0,0,1.21-.35,1.17,1.17,0,0,0,.43-1,1.3,1.3,0,0,0-.43-1A5.62,5.62,0,0,0,11.83,13,10.43,10.43,0,0,1,10,12.16a3.26,3.26,0,0,1-1.8-2.9,3,3,0,0,1,.48-1.68A3.25,3.25,0,0,1,10.1,6.41a4.11,4.11,0,0,1,.9-.29V5h2V6.09a4.46,4.46,0,0,1,1.14.36,3.32,3.32,0,0,1,1.37,1.28A3.65,3.65,0,0,1,16,9H14a1.32,1.32,0,0,0-.38-.63,2.47,2.47,0,0,0-1.53-.44,1.86,1.86,0,0,0-1.24.37,1.25,1.25,0,0,0-.44,1A1.16,1.16,0,0,0,10.93,10.23Z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#creator_studio").forEach(x=> x.innerHTML = '<path color="#909090" d="M19.56,12a7.3,7.3,0,0,0-.09-1.14l2.19-2.13-2-3.46-2.92.83a7.23,7.23,0,0,0-2-1.1L14,2H10L9.26,5a7.35,7.35,0,0,0-2,1.14L4.34,5.25l-2,3.46,2.19,2.13a7.26,7.26,0,0,0,0,2.28L2.34,15.25l2,3.46,2.92-.83a7.35,7.35,0,0,0,2,1.14L10,22h4l.74-3a7.35,7.35,0,0,0,2-1.14l2.92.83,2-3.46-2.19-2.13A7.3,7.3,0,0,0,19.56,12Zm-10,3.55V8.43L15.68,12Z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#switch_accounts").forEach(x=> x.innerHTML = '<path color="#909090" d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h12zm-3 5c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3zm-9 8v1h12v-1c0-2-4-3.1-6-3.1S8 13 8 15z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#person_add").forEach(x=> x.innerHTML = '<path color="#909090" d="M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-9-2V7H4v3H1v2h3v3h2v-3h3v-2H6zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#exit_to_app").forEach(x=> x.innerHTML = '<path color="#909090" d="M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#dark_theme").forEach(x=> x.innerHTML = '<path color="#909090" d="M280.485281,201.514719 L284,198 L287.514719,201.514719 L292.485281,201.514719 L292.485281,206.485281 L296,210 L292.485281,213.514719 L292.485281,218.485281 L287.514719,218.485281 L284,222 L280.485281,218.485281 L275.514719,218.485281 L275.514719,213.514719 L272,210 L275.514719,206.485281 L275.514719,201.514719 L280.485281,201.514719 Z M283.726536,215.86375 C287.116026,215.86375 289.86375,213.251451 289.86375,210.029016 C289.86375,206.806581 287.116026,204.194281 283.726536,204.194281 C283.073662,204.194281 282.164855,204.396254 281.000116,204.800201 C282.532112,206.378393 283.29811,208.121331 283.29811,210.029016 C283.29811,211.9367 282.444938,213.635948 280.738594,215.126758 C282.007413,215.618086 283.003393,215.86375 283.726536,215.86375 Z" transform="translate(-272, -198)" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#translate").forEach(x=> x.innerHTML = '<path color="#909090" d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#language").forEach(x=> x.innerHTML = '<path color="#909090" d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#shield_with_avatar").forEach(x=> x.innerHTML = '<path color="#909090" d="M12 1l9 4v6c0 5.5-3.8 10.7-9 12-5.2-1.3-9-6.5-9-12V5l9-4zM7.7 15.1A5.3 5.3 0 0 1 12 6.7a5.3 5.3 0 0 1 4.3 8.4c-.6-1.1-3-1.7-4.3-1.7-1.3 0-3.7.6-4.3 1.7zM12 8.3a2.2 2.2 0 0 0-2.2 2.2c0 1.2 1 2.2 2.2 2.2a2.2 2.2 0 0 0 2.2-2.2c0-1.2-1-2.2-2.2-2.2zm0-2.6A6.3 6.3 0 0 0 5.7 12a6.3 6.3 0 0 0 6.3 6.3 6.3 6.3 0 0 0 6.3-6.3A6.3 6.3 0 0 0 12 5.7z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#keyboard").forEach(x=> x.innerHTML = '<path color="#909090" d="M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm9 7H8v-2h8v2zm0-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#flag").forEach(x=> x.innerHTML = '<path color="#909090" d="M14.4 6L14 4H5v17h2v-7h5.6l.4 2h7V6z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#flag-filled").forEach(x=> x.innerHTML = '<path d="M14.4 6L14 4H5v17h2v-7h5.6l.4 2h7V6z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#subtitles").forEach(x=> x.innerHTML = '<path color="#909090" d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 12h4v2H4v-2zm10 6H4v-2h10v2zm6 0h-4v-2h4v2zm0-4H10v-2h10v2z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#delete").forEach(x=> x.innerHTML = '<path color="#909090" d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#pause_outlined").forEach(x=> x.innerHTML = '<path d="M0 0h24v24H0V0z" fill="none" class="style-scope yt-icon"></path><path color="#909090" d="M9 16h2V8H9v8zm3-14C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm1-4h2V8h-2v8z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#remove_circle").forEach(x=> x.innerHTML = '<path color="#909090" d="M16.81,4.09a9,9,0,1,0,0,12.72A9,9,0,0,0,16.81,4.09ZM15.4,5.5a6.92,6.92,0,0,1,2,3.84H3.55a6.92,6.92,0,0,1,2-3.84A7,7,0,0,1,15.4,5.5ZM5.5,15.4a7,7,0,0,1-1.95-3.82h13.8A7,7,0,0,1,5.5,15.4Z" class="style-scope yt-icon"></path>')


    document.querySelectorAll("#help").forEach(x=> x.innerHTML = '<path color="#909090" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#feedback").forEach(x=> x.innerHTML = '<path color="#909090" d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 12h-2v-2h2v2zm0-4h-2V6h2v4z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#menu").forEach(x=> x.innerHTML = '<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#more_vert").forEach(x=> x.innerHTML = '<path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#video_call").forEach(x=> x.innerHTML = '<path d="M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4zM14 13h-3v3H9v-3H6v-2h3V8h2v3h3v2z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#video_call-filled").forEach(x=> x.innerHTML = '<path d="M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4zM14 13h-3v3H9v-3H6v-2h3V8h2v3h3v2z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#apps").forEach(x=> x.innerHTML = '<path d="M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#account_circle").forEach(x=> x.innerHTML = '<path d="M12,0 C18.62375,0 24,5.37625 24,12 C24,18.62375 18.62375,24 12,24 C5.37625,24 0,18.62375 0,12 C0,5.37625 5.37625,0 12,0 Z M12,10.63625 C13.66,10.63625 15,9.29625 15,7.63625 C15,5.97625 13.66,4.63625 12,4.63625 C10.34,4.63625 9,5.97625 9,7.63625 C9,9.29625 10.34,10.63625 12,10.63625 Z M12,12.40875 C8.33375,12.40875 5.455,14.18125 5.455,15.8175 C6.84125,17.95 9.26875,19.3625 12,19.3625 C14.73125,19.3625 17.15875,17.95 18.545,15.8175 C18.545,14.18125 15.66625,12.40875 12,12.40875 Z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#sort").forEach(x=> x.innerHTML = '<path color="#909090" d="M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z" class="style-scope yt-icon"></path><path color="#aaa" d="M0 0h24v24H0z" fill="none" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#sort-filled").forEach(x=> x.innerHTML = '<path color="#909090" d="M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z" class="style-scope yt-icon"></path><path color="#aaa" d="M0 0h24v24H0z" fill="none" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#very_happy").forEach(x=> x.innerHTML = '<path color="#909090" d="M6.87494031,14 C7.67500942,16.0486784 9.66801755,17.5 12,17.5 C14.3319824,17.5 16.3249906,16.0486784 17.1250597,14 L6.87494031,14 Z M12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 Z M15.5,11 C16.3284271,11 17,10.3284271 17,9.5 C17,8.67157288 16.3284271,8 15.5,8 C14.6715729,8 14,8.67157288 14,9.5 C14,10.3284271 14.6715729,11 15.5,11 Z M8.5,11 C9.32842712,11 10,10.3284271 10,9.5 C10,8.67157288 9.32842712,8 8.5,8 C7.67157288,8 7,8.67157288 7,9.5 C7,10.3284271 7.67157288,11 8.5,11 Z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#money_fill").forEach(x=> x.innerHTML = '<path color="#909090" d="M22,3H2A2,2,0,0,0,0,5V19a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V5A2,2,0,0,0,22,3ZM17,9H9v2h8v6H13v2H11V17H7V15h8V13H7V7h4V5h2V7h4Z" class="style-scope yt-icon"></path>')


    document.querySelectorAll("#check").forEach(x=> x.innerHTML = '<path color="#909090" d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z" class="style-scope yt-icon"></path>')
//*for some reason removes everything below the video player    document.querySelectorAll("#info").forEach(x=> x.innerHTML = '<path color="#909090" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#close").forEach(x=> x.innerHTML = '<path color="#ffffff" d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#arrow_back").forEach(x=> x.innerHTML = '<path color="#ffffff" d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#collapse").forEach(x=> x.innerHTML = '<path color="#ffffff" d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#expand").forEach(x=> x.innerHTML = '<path color="#ffffff" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z" class="style-scope yt-icon"></path>')
    document.querySelectorAll("#chevron_right").forEach(x=> x.innerHTML = '<path color="#909090" d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" class="style-scope yt-icon"></path>')


})();