// ==UserScript== // @name rarbg css // @match *://rarbg.to/* // @match *://rarbgaccessed.org/* // @grant none // ==/UserScript== GM_addStyle(` div:last-of-type { z-index: -1 !important; } `)