ssokolow / itad_importer

A userscript helper for importing game collections into IsThereAnyDeal.com

Home Page:https://greasyfork.org/en/scripts/13887-isthereanydeal-com-collection-importer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection Import Script for IsThereAnyDeal.com

Issues Ready to be Worked on

This userscript adds "Export to ITAD" buttons to online game vendors who do not provide a way for sites like IsThereAnyDeal.com to query user game lists and wishlists remotely.

It is currently in beta and any bugs should be reported in the issue tracker.

Currently supported vendors are:

See the screenshot sheet for a reference as to where the added buttons should appear.

Installation

  1. Install Greasemonkey in Firefox (Tampermonkey in Chrome should also work but hasn't yet been tested)
  2. Restart Firefox
  3. Install the userscript

(Installation via GreasyFork is recommended to ensure automatic updates function as reliably as possible.)

Development

The authoritative copy of this script is the CoffeeScript source file. Patches against the generated JavaScript may or may not be accepted at the developers' discretion. (We have to rewrite them in CoffeeScript, so they'll have to be worthwhile.)

At the moment, the official method for developing this script has yet to be updated for Quantum-era Firefox and is as follows:

  1. On a Unixy machine (eg. Linux), install Firefox 52 ESR and a version of Greasemonkey old enough to store its scripts as bare files on disk.
  2. Install the release version of the script in Firefox
  3. Install Node.js
  4. Run npm install
  5. Run npm run-script develop
  6. Saving changes to the CoffeeScript source will now regenerate the copy of the script installed in Firefox.
  7. When you're finished, hit Enter
  8. The development script will regenerate the in-repository JavaScript and code documentation before exiting.
  9. Commit the updated built files.

However, if you do not have a Unixy machine handy, this quick and dirty method can also be used:

  1. Open http://coffeescript.org/
  2. Open the "Try CoffeeScript" tab.
  3. Use the browser's Developer Tools to add a contentEditable attribute to the <pre> tag for the right pane so you can use Ctrl+A followed by Ctrl+C to quickly copy everything.
  4. Install the release version of the script and use Greasemonkey's edit button to open up the version it's using so you can test changes simply by copying JS from "Try CoffeeScript" to the editor, saving, and reloading the page in the browser.
  5. Use the "Try CoffeeScript" button to switch back and forth between code and reference materials.

About

A userscript helper for importing game collections into IsThereAnyDeal.com

https://greasyfork.org/en/scripts/13887-isthereanydeal-com-collection-importer

License:MIT License


Languages

Language:CoffeeScript 91.6%Language:Shell 8.4%