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 Theme Inspector | |
| // @namespace https://jord.cloud | |
| // @version 1.0.0 | |
| // @description Inspect and edit CSS custom properties on any webpage | |
| // @match https://web.fluxer.app/* | |
| // @grant GM_setValue | |
| // @grant GM_getValue | |
| // @grant GM_registerMenuCommand | |
| // @run-at document-start |
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
| <form name="run_calculator" method="post"> | |
| <h2>Select a vehicle</h2> | |
| <select name="truck"> | |
| <option value="">--SELECT--</option> | |
| <option value="800" label="">HEMTT Box</option> | |
| <option value="575">Tempest Transport (covered)</option> | |
| <option value="450">HEMTT Transport</option> | |
| <option value="425">Zamak (Covered)</option> | |
| <option value="400">Zamak</option> | |
| <option value="200">Truck boxer</option> |