Remove Gelbooru Nag

Removes Gelbooru AD-Blocking nag

Verze ze dne 20. 03. 2020. Zobrazit nejnovější verzi.

// ==UserScript==
// @name        Remove Gelbooru Nag
// @namespace   namespace
// @include     https://gelbooru.com/*
// @version     2
// @grant       none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @description Removes Gelbooru AD-Blocking nag
// ==/UserScript==
$('#searchTags > center').remove();
$('#right-col > div > div:nth-child(9)').remove();