Script for greasemonkey + ITA Matrix
Main discussion thread at FlyerTalk Forums
- Double check your chosen flights before purchasing
- Some providers have limited support
- Current translations for the powertools interface: English, Deutsch
Method 1: Browser Extension
Method 2: As a UserScript
Step 1: Install a script manager
Step 2: Install the script
See the FAQ of your script manager how to install the script.
Method 3: iOS Safari Shortcut
Get the "Add ITA Matrix Powertools" Shortcut
Instructions must be run each time
Method 4: Console/Debug mode
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.
javascript:var%20scr=document.createElement('script');scr.src='https://cdn.jsdelivr.net/gh/adamhwang/ita-matrix-powertools/script_minified.js';document.body.appendChild(scr);
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.script_minified.js
-- Compact, paste-able version of the script for pasting in the debug console.npm install
to install dependencies./src
(the main userscript is now auto-generated)npm version [major|minor|patch]
(this automatically runs a build as well)Thanks to all that have contributed so far!