nizakifx / NiceOppai auto all page

// ==UserScript==
// @name         NiceOppai auto all page
// @namespace    NOAAP
// @version      0.1
// @description  Make niceoppai.net redirect to all page
// @author       Unuser
// @match       *://www.niceoppai.net/*/*/
// @run-at        document-start
// @license MIT
// @copyright 2018, nizakifx (https://openuserjs.org/users/nizakifx)
// ==/UserScript==
window.location.href = document.URL + "?all";