Remove draft button on Absalon

Removes "Save as draft" button on assignments on Absalon.

  1. // ==UserScript==
  2. // @name Remove draft button on Absalon
  3. // @namespace http://mathemaniac.org
  4. // @version 1.0.1
  5. // @description Removes "Save as draft" button on assignments on Absalon.
  6. // @match https://absalon.itslearning.com/essay/answer_essay.aspx*
  7. // @copyright 2014, Sebastian Paaske Tørholm
  8. // @require https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js
  9. // ==/UserScript==
  10.  
  11. $('input[value="Save as draft"], input[value="Gem som kladde"]').remove();