NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name LEHO Prettifier - Hide unneeded Dropbox functions // @namespace LEHO.sucks.whats.new // @description Makes LEHO pretty. Only shows Dropbox functions on Dropbox home. // @match *://*.leho.howest.be/main/dropbox/*.php?view=* // @match *://*.leho.howest.be/main/dropbox/*.php?action=* // ==/UserScript== //Credits go to Alexander Vanmaele $("#dropbox_actions").remove();