Trimps Remove Crit Message

Removes the crit message from Trimps

  1. // ==UserScript==
  2. // @name Trimps Remove Crit Message
  3. // @namespace https://greasyfork.org/en/scripts/16798-trimps-remove-crit-message
  4. // @description Removes the crit message from Trimps
  5. // @include http://trimps.github.io*
  6. // @include https://trimps.github.io*
  7. // @version 1.0001
  8. // @grant GM_addStyle
  9. // ==/UserScript==
  10.  
  11. GM_addStyle("#critSpan, #badCrit{color:rgba(0,0,0,0);}");