Removes the youtube autoplay up next feature · GitHub

Source: Removes the autoplay up next feature · GitHub

// ==UserScript==
// @version 1.0.2
// @name Removes the autoplay up next feature
// @match *://www.youtube.com/*
// @run-at document-start
// @grant none
// @noframes
// ==/UserScript==
(function () {
use strict;
function removeAPUN() {
var autoplaybar = document.getElementsByClassName(autoplay-bar)[0];
if (autoplaybar) {
autoplaybar.removeAttribute(class);
document.getElementsByClassName(checkbox-on-off)[0].remove();
}
}
window.addEventListener(readystatechange, removeAPUN, true);
window.addEventListener(spfdone, removeAPUN);
}());

Cap that Hole by Zivbot

Customizes covers for holes in surfaces such as countertops, etc. Usage: Enter hole’s dimensions: shape (circular/square/rectangular), dimensions, fillet radius. Define cover: overlap, thickness Define plug dimensions: length, clearance Choose if you like to have snaps or fins Don’t forget to TURN OFF “SHOW SLICE”, so you’ll get a full cap when you generate it. For best cover surface quality, print upside-down (cover on printing surface)

Source: Cap that Hole by Zivbot

Some stuff about things