Sleazy Fork is available in English.

Remove Gelbooru Nag

Removes Gelbooru AD-Blocking nag

2020-04-03 일자. 최신 버전을 확인하세요.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name        Remove Gelbooru Nag
// @namespace   namespace
// @include     https://gelbooru.com/*
// @version     3.1
// @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();
$('body > div.padding15 > div.contain-push > div:nth-child(3)').remove();
$('body > div.padding15 > div.contain-push > div:nth-child(2)').remove();
$('body > div.contain-push > div:nth-child(43) > a > img').remove();