Removes Gelbooru AD-Blocking nag
当前为
// ==UserScript==
// @name Remove Gelbooru Ad-Blocking Nag
// @namespace namespace
// @include https://gelbooru.com/*
// @description Removes Gelbooru AD-Blocking nag
// @version 1
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==
$('body > div.contain-push > div:nth-child(1)').remove();