Youtube - Restore Classic

If youtube is in the new 2017 YouTube Material Redesign, automatically restore classic view

< 腳本Youtube - Restore Classic的回應

提問/評論

D L
§
發表於:2018-08-17

i dont code but i was looking at it on tampermonkey and line 72 has an error

error is unexpected string concatenation of literals

document.cookie = "PREF=" + cookie + "&f6=8" + ";path=/;domain=.youtube.com";

Cptmathix作者
§
發表於:2018-08-17
編輯:2018-08-17

It's not exactly an error more like a warning that I can simplify to: document.cookie = "PREF=" + cookie + "&f6=8;path=/;domain=.youtube.com"; which has one less concatenation and will probably be like 0.00001s faster :P

I've fixed the warnings in 1.0.9

D L
§
發表於:2018-08-17

well like i said i know nothing about coding it just popped up on the tamper-monkey debug feature. i am a computer tech but the idea of coding hurts my brain

發表回覆

登入以回復

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址