>>7156950Looks like the .xml and .js files are different, here download the ones I use :
https://mega.nz/#F!1TZhTASR!97pGzI9TLoTtPF6NhBa-cw>>7156952Sure, can you post your script on pastebin so I can take a look at it ?
>>7156967You want to change the searchbar input background on focus, right ? Then use the following code :
#container.ytd-masthead #search:focus {
background: #000 !important;
}