Hide AdF

try to take over the world!

目前為 2020-05-02 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Hide AdF
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://www.dreadcast.net/Forum*
// @match        https://www.dreadcast.net/FAQ*
// @grant        none
// ==/UserScript==

$(document).ready( function() {
    $("#list_derniers_sujets ul li a[href='https://www.dreadcast.net/Forum/2-691-ami-du-flood-']").parent().hide();
});