The script moved! Head on over to https://github.com/pomax/glitch-bulk-downloader for the latest version!
Hanging out in subtitling and video re-editing communities, I see my fair share of novice video editors and video encoders, and see plenty of them make the classic beginner mistakes when it comes to working with videos. A man can only read "Use Handbrake to convert your mkv to an mp4 :)" so many times before losing it, so I am writing this article to channel the resulting psychic damage into something productive.
If you are new to working with videos (or, let's face it, even if you aren't), please read through this guide to avoid making mistakes that can cost you lots of computing power, storage space, or video quality.
| // 1. https://gaspumpgolf.github.io/ | |
| // 2. Click play | |
| // 3. Open console | |
| // 4. Paste code and press enter | |
| const down = new MouseEvent("mousedown", { bubbles: true, cancelable: true, view: window }); | |
| const up = new MouseEvent("mouseup", { bubbles: true, cancelable: true, view: window }); | |
| const btn = document.querySelector('#content > button'); | |
| const target = document.querySelector('#content > p:nth-child(3) > mark > strong'); | |
| const sale = document.querySelector('#content > p:nth-child(5) > strong'); | |
| const observer = new MutationObserver((val)=>{ |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: | |
| The above copyright notice and this permission notice shall be included in | |
| all copies or substantial portions of the Software. |
| import { uid } from './uid.js'; | |
| import { state } from './data.js'; | |
| //https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase | |
| const IDB = (function init() { | |
| let db = null; | |
| let objectStore = null; | |
| let DBOpenReq = indexedDB.open('WhiskeyDB', 4); |
This is inspired by https://fasterthanli.me/blog/2020/a-half-hour-to-learn-rust/
the command zig run my_code.zig will compile and immediately run your Zig
program. Each of these cells contains a zig program that you can try to run
(some of them contain compile-time errors that you can comment out to play
with)
| from django.contrib.auth import REDIRECT_FIELD_NAME | |
| from django.shortcuts import render, resolve_url | |
| from myapp.settings import cfg | |
| from myapp import settings | |
| from urllib.parse import urlparse | |
| import uuid | |
| def login_is_required( |
| <body onload=z=c.getContext`2d`,setInterval(`c.width=W=150,Y<W&&P<Y&Y<P+E|9<p?z.fillText(S++${Y=`,9,9|z.fillRect(p`}*0,Y-=--M${Y+Y},P+E,9,W),P))):p=M=Y=S=6,p=p-6||(P=S%E,W)`,E=49) onclick=M=9><canvas id=c> |
