Relative Content

Tag Archive for javascripttampermonkey

how to click a button without being redirected?

It should be noted that I am a newbie to all this, but when I try to run a script with Tampermonkey or even from a console in which I click on a button with id=”play” on a page, the page redirects me.

Tampermonkey paste from clipboard

I’m trying to automate a task in a weird internal web application. It’s http not (s) and clipboard API is not supported, document.execcommand(‘paste’) is also not working. For now I’m using listener for paste event, but I’d like to eliminate any user input. Any ideas?