Skip to content

Instantly share code, notes, and snippets.

View idle-user's full-sized avatar

idle-user

View GitHub Profile
@idle-user
idle-user / Thingiverse speed downloader.user.js
Last active March 1, 2022 18:52 — forked from ErkHal/Thingiverse speed downloader.user.js
TamperMonkey script that allows you to download Thingiverse files without the pop-up and 5 second wait time.
// ==UserScript==
// @name Thingiverse speed downloader
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Just straight up download the .zip and not having to wait for 5 secs or be stopped by anti-adblock. Thanks to Deses for reporting a bug in the script and suggesting fixes !
// @author ErkHal
// @include https://www.thingiverse.com/thing:*
// @exclude https://www.thingiverse.com/thing:*/edit*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js