I would like to know how to prevent or modify a .js file from a website when it is run in my browser. The site has the following code
<script type="text/javascript" src="scripts/play.html.js?_v=1.1.1">
This script play.html.js, causes when a video on the page loses focus, it pauses. Every time I flip the window it changes the body attribute from <body class="visible">
to <body class="hidden">
, I use two monitors on my pc, and I would like to leave the video playing on one monitor while I move on the other.
How can I change this site's role?