Question

Currently I add some functionality to webpages via UserJS in Opera. I was wondering if the webpage designer could see what javascript actions I'm doing in my UserJS on his webpage (e.g. via javascript)?

Is this possible? I think it doesn't because the UserJS gets executed first and isn't really 'added' to the page. I'd like to be sure, hence the question.

Was it helpful?

Solution

No, it's not possible. user.js scripts are local and only executed on the system.

If you want your web designer to have the same function, you'd need to send them your script files and have them use Opera.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top