Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View 110Percent's full-sized avatar
🐧

Curtis 110Percent

🐧
View GitHub Profile
@110Percent
110Percent / download_tiktok_videos.user.js
Last active April 15, 2020 18:25 — forked from DevMensIT/download_tiktok_videos.user.js
Userscript to download tiktok videos shown in the browser, for ultimate memeing purposes. :)
// ==UserScript==
// @name Download Tiktok Videos
// @namespace https://tiktok.com/
// @version 0.1
// @description Adds download links for videos, even on private accounts.
// @author Evan Straw
// @include http://*.tiktok.com/*
// @include https://*.tiktok.com/*
// @grant none
// ==/UserScript==