Disable Google's video player in Google search
< 腳本Google Search disable Google's video player的回應
Looks like it stopped working recently. Maybe they no longer use "#fpstate=ive" in the URL and it's now a plain "#".I've tried changing line 28 to viewerSelector = 'a[href="#"]'; I'm currently testing it. I'll let you know if it works everywhere.
viewerSelector = 'a[href="#"]';
Yes. The site was changed. The script has been updated for the site changes.
登入以回復
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Looks like it stopped working recently. Maybe they no longer use "#fpstate=ive" in the URL and it's now a plain "#".
I've tried changing line 28 to
viewerSelector = 'a[href="#"]';
I'm currently testing it. I'll let you know if it works everywhere.