Thursday, 28. June 2007, 01:32:32
Here are some of My User Scripts I've been making/modifying over a couple of years. Enjoy
My Scriptsbetfair-com-menu-fix.js -- Tries to fix the menu on betfair website. Makes it usable at least.
cookieblockrBETA.js -- Attempts to delete useless cookies using javascript. Check file for list of possibly useless names.
uploadmoc.js -- (For my opera forums and blogs)Script that auto attaches the code to the post when you upload when there is only one file to attach, when you have multiple options, clicking one will automatically put it into the post.
googleads.js -- Script to have ads in Opera almost like the old times when Opera had google ads.
showiconsaslinks.js -- Don't like the annoying widget/feed icons in your address field? This script removes it. And optionally puts them on the webpage as links instead.
pdfdownload.js -- A script to intervene loading of a pdf document in browser and allows an option to render it using google, or letting you "save target as" with the link. Or allow the rendering in browser.
imageinfo.js -- A script to emulate how firefox shows its image details on a tab (eg filename.extension width'x'height' pixels'), might not work everytime though.
cachejsurls.js -- When a bookmarklet is run, Opera will ask you to cache it to window.name , in laymans terms, store the code to the tab until closed, and all code that is stored will be run onload.
bgimage.js -- Allows you to get the background image from document.body of the page. When installed, just right click on a page and you should get a background submenu.
blockscripts.js -- Allows you to block javascript on the site but allow userjs on the page. Ctrl Alt and click allows javascript on for that tab so it can still work.
mediafix.js -- Script to fix some wmp sites who forget to update the embed bit with the same filename parameter, seems to happen quite often like here(
http://www.radioboanova.com.br/rbn_online1.htm )
lastfmblack.js-- Script for lastfm to set black style as the default "skin".
autorapidshare.js-- Script to automate some of rapidshare, which clicks the "Free" button, notifies you to focus the capatcha, then auto-downloads file when fourth character of capatcha code is entered.
setaccesskeysforsubmit.js -- Script to attach accesskey s for submit forms, so pressing shift esc then s will submit a form, usually the first form though.
removetooltips.js -- Script to remove url tooltips from the page, useful when you want to see content on the page. You can enter the hosts for the script to run on or the exact urls to run on, by seperating each by spaces.
lowquality.js -- Script that makes all flash to be set to low quality, meaning hopefully it spares a few cpu cycles.
Modified Versions of Other Scriptsautosizer2-0.js -- Allows one click fitting to window width/height,maximize or original. Original script couldn't detect all types of images so I made this version that does. Original script
here.
blockexternal.js Script to block external resources of a site, the problem with the original script is that it tended to misfire way too much, this version of the script blocks less than the original as I've made it so subdomains etc are supported too. Original script
here.