Skip to content

[NSFW] manyvids.com: How to disable the MUTE state permanently? #21335

@Dean-Corso

Description

@Dean-Corso

Prerequisites

  • This is NOT a YouTube, Facebook or Twitch report.
  • I read and understand the policy about what is a valid filter issue.
  • I verified that this issue is not a duplicate. (Search here to find out.)
  • I forced an update of my filter lists. (Click the "Purge all caches" button while holding the 'Shift' key, then click the "Update now" button.)
  • I did not remove any of the default filter lists, or I have verified that the issue was not caused by removing any of the default lists.
  • I did not enable additional filter lists, or I have verified that the issue still occurs without enabling additional filter lists.
  • I do not have custom filters/rules, or I have verified that the issue still occurs without custom filters/rules.
  • I am not using uBlock Origin (uBO) along with other content blocker extensions.
  • I have verified that the web browser's built-in blocker or DNS blocking (standalone or through a VPN) is not causing the issue.
  • I did not answer truthfully to ALL the above checkpoints.

URL(s) where the issue occurs.

https://www.manyvids.com/Vids/

Description

Hi guys, so it's not really an filter issue but I would like to ask here to get maybe some help with my problem. When you visit that website using the link above then you get a list of video preview thumbnails which getting started when you hover with the mouse over any of them. If you do then you will see a speaker icon which is crossed out (disabled state) and you need to click on it to enable the sound of it. Now, when you hover again over the same thumb or any other then you need again to click on the speaker icon to enable the sound and this is really annoying to do that every time. I would like to find any way to make the enabled / disabled state permanently but how is the question. I think I need to modify some JS on fly about getMute / setMute etc.

Problem2: Also have the same sound trouble when you open any video site (click on any preview thumb to open the video on new page). The video is here also playing in mute mode and I also need to click on speaker button to enable the sound every time. In this case the mute information is stored in a session or local cookie which holds a value string with an value 0 or 1 (mute / not mute). I tried to change that using the "set-local-storage-item" & "set-session-storage-item" commands to remove it or to change it but without success. The cookie gets updated every time when I load the website what is pretty bad. I can not $remove$ it and I even can not change the value of that object to 1 because its not working to use that object style and I only can post empty object etc.

So I tried this so far without success:

manyvids.com##+js(set-session-storage-item, rmpVolume, $remove$)
manyvids.com##+js(set-local-storage-item, rmpVolume, $remove$)

manyvids.com##+js(set-session-storage-item, rmpVolume, {"value":"1"})
manyvids.com##+js(set-local-storage-item, rmpVolume, {"value":"1"})

Maybe anyone could check this out and create some working rules to prevent the auto mute function all the time on that website. Thank you.

Other extensions used

none

Screenshot(s)

Screenshot(s)

Configuration

Details

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions