try to take over the world!
// ==UserScript==
// @name eduvprim: Go Back
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://eduvprim.ru/otsenka-kachestva/success.php
// @grant none
// ==/UserScript==
(function() {
'use strict';
window.location.replace("https://eduvprim.ru/otsenka-kachestva/");
})();