download, guide to loading on mobile: https://www.nationstates.net/page=dispatch/id=2519809#SCRIPT
no double tap to zoom
changes: added to css file
* {
touch-action: manipulation;
}
Reliant is a browser extension for Chromium-based browsers that seeks to make defending easier.
Click here for a quick start guide.
This tool should not be assumed to be legal. It remains the player's responsibility to ensure any tools they use comply with the Script Rules.
This project is licensed under the GNU Affero General Public License v3.0. You may obtain a copy of the License at https://www.gnu.org/licenses/agpl-3.0.html.
To setup a development environment:
- Clone the repository.
- Ensure you have Node.js installed.
- Run
npm install
in the project directory. - Compile TypeScript code using
tsc --watch
for watch mode ortsc
for a single compilation.