Skip to content

Instantly share code, notes, and snippets.

View taraspos's full-sized avatar
🇺🇦
#RussiaIsATerroristState

Taras taraspos

🇺🇦
#RussiaIsATerroristState
View GitHub Profile
@taraspos
taraspos / README.md
Last active April 15, 2024 10:24
Filter Qwertees by hoodie availability

www.qwertee.com filtering script

I was trying to find hoodie for a present, however, QWERTEE website has very limited hoodies availability and no way to filter out on the website.

The only way to see if this specific design had a hoodie available is to open each end every, and only 10% of designs has it. So I ended up writting this very small script.

Object types are generated with:

@taraspos
taraspos / Makefile
Last active December 8, 2020 14:14
Multi-file documented Makefile
include common.Makefile
command2: ## example command2
@echo "You just run command2"
// Open in your browser: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_container_instance.html
// Open browser console
// Copy and run the code below in the browser console
var yml = "";
$('#w302aac19c19b5c10b8 tr').each(function(){
var region = $(this).find("td").eq(0).text();
var ami = $(this).find("td").eq(1).text();
if (region && ami) {
yml += region + ":\n\tAMIID: "+ ami + "\n"