PIHB - Pre Interstitial Helper Buttons

Restores navigation buttons to top of page in mobile browsers,

// ==UserScript==
// @name         PIHB - Pre Interstitial Helper Buttons
// @namespace    http://turbobricks.com/
// @version      122
// @description  Restores navigation buttons to top of page in mobile browsers,
// @author       pinguin
// @license      gnu gpl
// @include      *turbobricks.com*
// @require      http://code.jquery.com/jquery-latest.js
// @grant        GM_addStyle
// ==/UserScript==
// GM_addStyle(`.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) {display: block !important;}`);
GM_addStyle(`.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) {display: block !important;} .block-outer-main, .block-row-main {
      float: left !important;} .block-outer-opposite, .block-row-opposite { float: right !important;}`);