Old BF

Automatic redirection to the old battlefield page

  1. // ==UserScript==
  2. // @name Old BF
  3. // @version 1.0
  4. // @namespace http://www.erepublik.com/en/citizen/profile/4760571
  5. // @author MandiBT
  6. // @description Automatic redirection to the old battlefield page
  7. // @include http://www.erepublik.com/*/military/battlefield-new/*
  8. // ==/UserScript==
  9.  
  10. //=== License and Disclaimer =================================+
  11. // Software is provided 'as is' and without any warranty. |
  12. // Use on your own responsibility. |
  13. //============================================================+
  14.  
  15. location.href = location.href.replace(/-new/g, "");