Skip to content

Instantly share code, notes, and snippets.

View mk360's full-sized avatar

Muhammad Kassar mk360

View GitHub Profile
// ==UserScript==
// @name Remove YouTube AI summary
// @version 1.0.0
// @description Remove autogenerated AI summaries under video descriptions
// @author mk360
// @match https://www.youtube.com/*
// ==/UserScript==
(function() {
'use strict';
const observer = new MutationObserver(() => {