Psst
```
// ==UserScript==
// @name Redirect from wykop to hejto
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://wykop.pl/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=wykop.pl
// @grant none
// ==/UserScript==
(function() {
'use strict';
window.location.replace("https://hejto.pl");
})();
```
Jakby ktoś chciał się upewnić, że odruchowo nie popełni błędu :3
#wykop