This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# lorcana.gg => dreamborn.ink exporter | |
# Outputs a cardlist.csv file that can be imported into Dreamborn. | |
# HOW TO USE: | |
# 1. Log into your lorcana.gg account. | |
# 2. Download the following file: https://api.dotgg.gg/cgfw/getuserdata?game=lorcana | |
# 3. Rename the downloaded file to data.json and place it in a folder with this script. | |
# 4. Run the script with Python 3+. | |
import json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#--- | |
# iPIN - iPhone PNG Images Normalizer v1.0 | |
# Copyright (C) 2007 | |
# | |
# Author: | |
# Axel E. Brzostowski | |
# http://axelbrz.com/ | |
# [email protected] | |
# | |
# Python 3+ compatibility added by andrew.plus. Tested with 3.7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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; | |
} |