Hacking with Swift Cleanup

Remove sections that clutter the website

// ==UserScript==
// @name         Hacking with Swift Cleanup
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Remove sections that clutter the website
// @author       iczman
// @match        https://*.hackingwithswift.com/*
// @grant        none
// @require      http://code.jquery.com/jquery-latest.js
// ==/UserScript==

(function() {
    'use strict';

    $("#latestTutorial").remove();
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址