jawz ErrorBeGone

Go away error

  1. // ==UserScript==
  2. // @name jawz ErrorBeGone
  3. // @version 1.0
  4. // @description Go away error
  5. // @match https://www.google.com/evaluation/endor/*
  6. // @require http://code.jquery.com/jquery-latest.min.js
  7. // @copyright 2015+, You
  8. // @namespace https://greasyfork.org/users/1997
  9. // ==/UserScript==
  10.  
  11. if ($('p:contains(An error occurred. Please refresh the current page in your browser.)').length)
  12. location.reload();