0
I would like to know how to prevent or modify a file . js of a site when running in my browser. The site has the following code
<script type="text/javascript" src="scripts/play.html.js?_v=1.1.1">
This play.html.js script, causes when a video on the page loses focus, it pauses. Every time I open the window it changes the body attribute of <body class="visible">
for <body class="hidden">
, I use two monitors on my pc, and would like to leave the video playing on one monitor while I move the other.
How can I change this site function ?
Already tried to manipulate tag element
<video>
?– Felipe Avelar
@downvoters: why downvote? the question seems legitimate.
– elias
Yes, the page code does not contain the <video> tag everything is done via jquery. And the video is placed inside the video-container div. Only thing that really changes the page code are the body’s attribute changes.
– Loose