|
1 |
| -# ita-matrix-powertools |
| 1 | +# ita-matrix-powertools has [moved](https://github.com/adamhwang/ita-matrix-powertools)! |
2 | 2 |
|
3 |
| -[](https://travis-ci.com/adamhwang/ita-matrix-powertools) |
4 |
| -[](https://david-dm.org/adamhwang/ita-matrix-powertools) |
5 |
| - |
6 |
| -Script for greasemonkey + ITA Matrix |
| 3 | +You can find the latest version of the source code inside [the new repository](https://github.com/adamhwang/ita-matrix-powertools), where it will continue to be developed. |
7 | 4 |
|
8 | 5 | [Main discussion thread at FlyerTalk Forums](http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-userscript.html)
|
9 | 6 |
|
10 |
| -## Notice |
11 |
| - |
12 |
| -```diff |
13 |
| -- Double check your chosen flights before purchasing |
14 |
| -- Some providers have limited support |
15 |
| -- Current translations for the powertools interface: English, Deutsch |
16 |
| -``` |
17 |
| - |
18 |
| -### Posts you should read |
19 |
| - |
20 |
| -1. [General statement regarding this script](http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-united-userscript-4.html#post24394534) |
21 |
| -2. [How to fix class names yourself](http://www.flyertalk.com/forum/24807572-post119.html): class names should now be updated in [itaSettings.js](./src/itaSettings.js) |
22 |
| -3. [Problems and limitations regarding pricing itineraries](http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-united-userscript-9.html#post24906119) |
23 |
| - |
24 |
| -## Installation |
25 |
| - |
26 |
| -**Method 1: Browser Extension** |
27 |
| - |
28 |
| -- Chrome: [Chrome Web Store](https://chrome.google.com/webstore/detail/ita-matrix-powertools/menecfddnlmanmpadcalononkolnplpp) |
29 |
| -- Firefox (and Firefox for Android): [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/ita-matrix-powertools/) |
30 |
| -- Microsoft Edge: [Microsoft Edge Addons](https://microsoftedge.microsoft.com/addons/detail/emlhgimmofcjkaepkcdnmdnhfdgpjpen) |
31 |
| -- Opera: [Opera Addons](https://addons.opera.com/en/extensions/details/ita-matrix-powertools/) |
32 |
| - |
33 |
| -**Method 2: As a UserScript** |
34 |
| - |
35 |
| -_Step 1: Install a script manager_ |
36 |
| - |
37 |
| -- Chrome: [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) or [Violentmonkey](https://chrome.google.com/webstore/detail/violent-monkey/jinjaccalgkegednnccohejagnlnfdag) |
38 |
| -- Firefox: [Greasemonkey](https://addons.mozilla.org/firefox/addon/greasemonkey/), [Tampermonkey](https://addons.mozilla.org/firefox/addon/tampermonkey/), or [Violentmonkey](https://addons.mozilla.org/firefox/addon/violentmonkey/) |
39 |
| -- Safari: [Tampermonkey](https://tampermonkey.net/?browser=safari) |
40 |
| -- Microsoft Edge: [Tampermonkey](https://www.microsoft.com/store/p/tampermonkey/9nblggh5162s) |
41 |
| - |
42 |
| -_Step 2: Install the script_ |
43 |
| - |
44 |
| -See the FAQ of your script manager how to install the script. |
45 |
| - |
46 |
| -- Through [GreasyFork](https://greasyfork.org/en/scripts/395661-ita-matrix-powertools) |
47 |
| -- Through [OpenUserJS](https://openuserjs.org/scripts/adamhwang/ITA_Matrix_Powertools) |
48 |
| -- Through [GitHub](https://github.com/adamhwang/ita-matrix-powertools/raw/master/ita-matrix-powertools.user.js): you should be asked whether you want to install it - make sure your script manager is running. |
49 |
| - |
50 |
| -**Method 3: Console/Debug mode** |
51 |
| - |
52 |
| -You need to access the command line of your browser to execute the script. You can use either the regular version or the minified version. Just copy and paste the entire text. |
53 |
| - |
54 |
| -### Tips |
55 |
| - |
56 |
| -- Using debug console, you may use the shortened minified version. (Note: there is no need to re-execute the script on pagechange unless you reloaded the page) |
57 |
| -- Installing via a userscript manager simplifies saving your settings between sessions |
58 |
| -- You can also create a [Bookmarklet](https://support.mozilla.org/en-US/kb/bookmarklets-perform-common-web-page-tasks) by creating a Bookmark or Favorite in your browser with the following code as the URL: |
59 |
| - |
60 |
| -`javascript:var scr=document.createElement('script');scr.src='https://rawgit.com/adamhwang/ita-matrix-powertools/master/script_minified.js';document.body.appendChild(scr);` |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| -### Files |
65 |
| - |
66 |
| -- `ita-matrix-powertools.user.js` -- Main userscript, install using a browser userscript manager (such as Greasemonkey or Tampermonkey) or utilize directly in your browser's debug console. |
67 |
| -- `script_minified.js` -- Compact, paste-able version of the script for pasting in the debug console. |
68 |
| - |
69 |
| -### Contribution Guide |
70 |
| - |
71 |
| -1. Fork it! |
72 |
| -1. Run `npm install` to install dependencies |
73 |
| -1. Update javascript files `./src` _(the main userscript is now auto-generated)_ |
74 |
| -1. Add change log |
75 |
| -1. Bump version number with `npm version [major|minor|patch]` (this automatically runs a build as well) |
76 |
| -1. Commit and create PR |
77 |
| - |
78 |
| -Thanks to all that have [contributed](./AUTHORS) so far! |
| 7 | +The versions of `ita-matrix-powertools.user.js` and `script_minified.js` here have both been updated to load the latest script from [the new repository](https://github.com/adamhwang/ita-matrix-powertools) and will no longer be updated. Anybody that is still using scripts here should update to [the new repository](https://github.com/adamhwang/ita-matrix-powertools) to avoid disruptions. |
79 | 8 |
|
80 |
| -### Latest major changes |
| 9 | +Big thank you to SteppoFF and paul21ft for their years of stewardship. |
81 | 10 |
|
82 |
| -[Refer to the Changelog](./changelog.md) |
| 11 | +-IAkH |
0 commit comments