Hello,
I am looking for a user.js file to use with Opera to fix a YouTube issue. When you log into YouTube and click the yellow "Upload" button, you are brought to http://www.youtube.com/my_videos_upload, where the "Upload Video" button is nonfunctional in Opera unless the page is scrolled or reloaded. If I add a close div tag before --div class="uploading-state" style="display: none;"-- (located on line 749 of that page), the "Upload Video" button works in Opera on the first try. So, I need a simple user.js that adds the --/div-- before the above-specified tag of that page, using an "if" statement that will only add the tag if the URL is the one specified above. Any suggestions?