Neptune

10/25/2020, 3:01:34 PM

  1. // ==UserScript==
  2. // @name Neptune
  3. // @namespace Violentmonkey Scripts
  4. // @include https://*neptun*/*hallgato*/*
  5. // @include https://*neptun*/*Hallgatoi*/*
  6. // @include https://*neptun*/*oktato*/*
  7. // @include https://*hallgato*.*neptun*/*
  8. // @include https://*oktato*.*neptun*/*
  9. // @include https://netw*.nnet.sze.hu/hallgato/*
  10. // @include https://nappw.dfad.duf.hu/hallgato/*
  11. // @include https://host.sdakft.hu/*
  12. // @include https://neptun.ejf.hu/ejfhw/*
  13. // @grant none
  14. // @version 1.0
  15. // @author -
  16. // @description 10/25/2020, 3:01:34 PM
  17. // ==/UserScript==
  18.  
  19. window.addEventListener('load', function() {
  20. document.getElementsByClassName("main_header_r")[0].style.backgroundImage = "url(https://i.imgur.com/2HVmKTd.png)";
  21. document.getElementsByClassName("main_header_l")[0].style.backgroundImage = "url(https://i.imgur.com/uYyLXru.jpg)";
  22. document.getElementsByClassName("NeptunChooserSelected")[0].style.backgroundImage = "url(https://i.imgur.com/GwjZXem.png)";
  23. }, false);