Disable Google's video player in Google search
< Feedback on 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.
تسجيل الدخول إلى مرحلة ما بعد الرد.
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.