Archived Comments (locked)
|
|
Where are the options, like to add comments and such And hulu.com doesn't work right Thanks,nice script overall |
|
|
My pleasure, and there's gonna be another one coming soon to fix some sites and add some more. |
|
|
Thanks for the update. |
|
|
v1.1.2 :
|
|
|
Thanks Flavenne, CrunchyRoll isn't in the list of compatible sites so that means it hasn't been added yet or can't be added. I'm gonna check that out and add it to the next update if possible. To everyone, sorry for the delay of the update, It took me a while to notice that YouTube wasn't rescaling properly anymore and will be releasing a fix asap, probably today. Jerone, thanks but I've already been using my own auto-update script for a while now. |
|
|
Thank you for the awesome script!
|
|
|
Just googled a bit for my scripts, and found a comment on your script below about one of my scripts: US_Updater.
|
|
|
I'll fix TinyPic in the next update. As for the links, I guess the download link is not necessary anymore since you can download from the menu, but the notice will stay on maximized browsers which I don't think is too much of a pain. |
|
|
Is it possible to prevent Video Focus from "focusing" images from TinyPic? |
|
|
Can the links (such a "[ VideoFocus, Script by PsyCadelik - Stats ]" and "Download Video" be removed? Thanks |
|
|
v1.1.1 :
|
|
|
The search and download pages will be fixed in the coming update (probably today), sorry about the 404. |
|
|
v1.1.0 :
|
|
|
Youtube stopped working this morning, but I'll be working on an update and hopefully will have it working again soon. |
|
|
Thank you SirBush, don't forget that if the scripts auto-update your modifications will be gone.. But I'm hoping you already fixed that. As for getting the video title, thats pretty easy and the way of doing it that I recommend is highlighting it plus something before of after and then right click and select "view selection source". With a bit of effort you can figure out that the title is located inside of div id="vidTitle" /div and to get it is simple: var title = $('vidTitle').innerHTML thats all. Then you'd have to add that value where the page is recreated (in the RedrawSite function) . The same principle will apply to other elements contained in a div with an id. There is also a function to remove content, just look in the functions area.. I'm not gonna make this comment any longer, if you need more help pm or email me. |
|
|
Wonderful script. I was able to tweak it a little to my liking for YouTube, but wondered what I'd have to do to re-enable the Video Title (above the video player) and also the "About this Video" box. If the About box could auto-expand instead of collapsing, that would be a bonus. I'd also prefer to remove the promotional videos and the "more from"-whoever-uploaded-it link, yet still leave the related videos there instead (so simply toggling the related videos won't do what I'd like to). I know these things can be done because YouTube+ does them, but I much prefer the layout of this script instead. So, any ideas? (even just coding ideas would help) :) Thanks so much! |
|
|
Thanks Sammy! I'm pretty sure it can be done, but for every single site might be a stretch. I'm gonna see what I can do and for which sites. Thanks for the suggestion :) |
|
|
Awesome script, Eric. Thanks. Is it possible to develop a feature that turns off autoplay on all sites? That would kick ass... thanks! |
|
|
v1.0.9 :
|
|
|
The shoutbox is not an ad, and can be removed by the user. Anyway it'll be removed next version since it seems pretty useless. If you want to turn off tracking, just modify the script and change bRecordStats to false on line 244. |
|
|
you're hiding ads and junk only to replace them with your own???? This userscript already has a disturbingly inappropriate user tracking "feature". Flagged as SPAM |
|
|
v1.0.8 :
|
|
|
v1.0.7 :
|
|
|
v1.0.6 :
|
|
|
Thanks chowyo :) I'll add those immediately. |