|
Script Summary:
Removes advertisements from photobucket.com and adds a handy tree of all your albums and their subalbums. Also adds single-click moving of files to other albums and fixes copying IMG/URL code to the clipboard. |
this script has 1 topic, 3 posts |
This script has no reviews. |
I wrote this because I was getting annoyed with having to click so much to get from one sub-album to another and move files between them. I also added something to fix the copy-to-clipboard feature (when you click the URL or IMG Code under a thumbnail) that is broken because Photobucket were stupid enough to mess with window.status.
Please leave a message if you find it useful as I'm curious to know if other people think the same about the usability of Photobucket.
What the upload form turns into:

The tree updates itself automatically when you delete an album or add a new one. If something goes wrong (though it shouldn't) you can refresh the tree via a user script command:

Improvement to the "Move Selected" button:

What happens when you click 'move' above a thumbnail:

About the ads
Photobucket can be very slow and is in general quite badly coded - there is a huge amount of redundant code all over the shop. The unfortunate result of this is that the script can take a while to be applied and so the ads are visible while the page is loading.
A way around this is to add the following to userContent.css:
@-moz-document domain("photobucket.com") {
#advPanelContainer,
#containerAlbumPromo,
#cellAd {display:none}
#panel_image {width:428px}
}There will still be a small delay before the subalbums tree is added, but unfortunately nothing can be done about this because the script is only applied when the DOMContentLoaded event fires, and in Photobucket's case, this happens fairly late.





