I am trying to use Userscript to insert an extra parameter into the attribute flashvars. I keep running into problems and added Alerts into the Userscript to test when things are being loaded. Not even the uncontained Alert was showing up - apparently this isn't even being loaded despite being the correct page.
My questions are: 1: What is required to get this to load on the correct page? I have the include set up for the exact webpage, and the non https one, so you'd think it'd work. 2: would setAttribute on the element I've found by name work for adding it?
Edit: I found that the missing "www." was making it not recognize. Still, even with the bottom bar saying the script is loading, I'm not even getting the bare alert out in the open of the code. Why isn't the script loading correctly?
Edit2: I'm coddled by most of Torque not caring between ' ' and " " (I know some does). And the alert in the insert code works, so I know that is being called. Now to the insert command...