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
// ==UserScript== | |
// @name PucaTrade Sort By Member's Wanted Value | |
// @author DACrosby, LLC | |
// @namespace http://dacrosby.com/ | |
// @version 1.4 | |
// @description Sort by member's that want the most value and can afford to have you send it to them. | |
// @match http://pucatrade.com/trades* | |
// @match http://*.pucatrade.com/trades* | |
// @match https://pucatrade.com/trades* | |
// @match https://*.pucatrade.com/trades* |
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
#!/bin/bash | |
# When run in a directory with no .jpg files, | |
# or in a directory containing the first n JL8 | |
# strips, this will download the remaining strips | |
echo "JL8:" | |
i=`ls *.jpg | wc -l` | |
while true; | |
do |