Skip to content

Instantly share code, notes, and snippets.

View andrewplus's full-sized avatar
🎉
Working on useless projects

Andrew andrewplus

🎉
Working on useless projects
  • Canada
View GitHub Profile
@andrewplus
andrewplus / iphone-png-images-normalizer.py
Last active July 8, 2021 14:47
Based off a program by Axel E. Brzostowski. https://axelbrz.com/?mod=iphone-png-images-normalizer Makes the script work properly in Python 3+. Tested with 3.7.
#---
# iPIN - iPhone PNG Images Normalizer v1.0
# Copyright (C) 2007
#
# Author:
# Axel E. Brzostowski
# http://axelbrz.com/
# axelbrz@gmail.com
#
# Python 3+ compatibility added by andrew.plus. Tested with 3.7
@-moz-document url-prefix("https://scratch.mit.edu/projects/") {
.gui_tab-list_87TYM {
height: 2rem;
}
.gui_flex-wrapper_uXHkj {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}