Greasy Fork is available in English.

ad

test

// ==UserScript==
// @name         ad
// @namespace    test
// @version      0.1
// @match        https://lovehug.net/*/*
// @description test
// @grant        none
// ==/UserScript==


$(function(){
    setInterval(function(){
        $("iframe").remove();
    },500);
});