Remove Gelbooru Nag

Removes Gelbooru AD-Blocking nag

2020-03-20 기준 버전입니다. 최신 버전을 확인하세요.

// ==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();