// ==UserScript== // @name 1337x css // @match *://1337x.to/* // @grant none // ==/UserScript== GM_addStyle(` body > a:nth-last-child(2), body > a:nth-last-child(1) { z-index: -1 !important; } `)