Qruiz test

...

// ==UserScript==
// @name         Qruiz test
// @namespace    https://qruiz.net/
// @version      0.1
// @description  ...
// @author       You
// @match        https://qruiz.net/
// @grant        none
// @include https://qruiz.net/*
// ==/UserScript==

(function() {
    'use strict';
    $(window).ready(function() {
        $(window).unbind();
    });
})();