Greasy Fork is available in English.

Smallseotools enhanced

remove block element at buttons if use adsblock

// ==UserScript==
// @name         Smallseotools enhanced 
// @namespace    iquaridys:smallseotools enhanced 
// @version      0.1
// @description  remove block element at buttons if use adsblock
// @author       iquaridys
// @match        https://smallseotools.com/*
// @grant        none
// ==/UserScript==
document.getElementById('aswift_1_expand').remove();
document.getElementById('aswift_2_expand').remove();
document.getElementById('aswift_3_expand').remove();