Part of the HTML page.
  <head>
    <title>Overview</title>
    <link href="mystyle.css" rel=stylesheet type="text/css">
I know it's unusual question, but is it possible to add a JavaScript code to mystyle.css ?
Edit1: The HTML is generated by third party software that I have no control on it. Only the CSS file is static and does not change (I thought I could add a JavaScript to be executed from the CSS file). in other words can I add this to mystyle.css
//CSS declaration... 
<script src="myjs.js">
 
     
     
     
    