Do you ever spend so more time automating, than it probably would have just taken anyway?
This is a script that submits a video for fullscreen revenue sharing (possibly will only work with fullscreen, but easily modifiable):
javascript:function loadScript(url, callback){var head = document.getElementsByTagName(‘head’)[0];var script = document.createElement(‘script’);script.type = ‘text/javascript’;script.src = url;script.onreadystatechange = callback;script.onload = callback;head.appendChild(script);}loadScript(‘http://code.jquery.com/jquery-1.7.js’,function(){$(“input”).filter(function() {return $(this).prop(“id”).match(/^description.*/);}).val(“This is a video in which i talk about things”);$(‘.yt-uix-button-primary’).click()})