THE SCRIPT WILL NOT OPEN BOXES IF THEY ALL ARE DEPLETED!!!!!!!!
- Navigate to https://www.erepublik.com/en/main/gold-items
- Identify how to open the Developer Console on your browser
- Make sure you have open the Console tab!!!
- Copy the script below
This file contains 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 ChatGPT Content Width Adjuster (CWA) | |
// @namespace http://tampermonkey.net/ | |
// @version 1.2 | |
// @description Adjust the width of the content area in ChatGPT dialog interactively with buttons | |
// @author driversti | |
// @match https://chat.openai.com/* | |
// @grant GM_addStyle | |
// @grant GM_registerMenuCommand | |
// ==/UserScript== |
This file contains 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 eRepublik Post Filter | |
// @version 1.1 | |
// @description FIlter out post you don't like specifying keywords (banned words) | |
// @author driversti https://www.erepublik.com/en/citizen/profile/4690052 | |
// @match https://www.erepublik.com/* | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js | |
// @run-at document-end | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=erepublik.com | |
// @grant none |
This file contains 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 3min PP boosters activation | |
// @namespace https://www.erepublik.com/ | |
// @version 1.1 | |
// @description Activate all 3min PP boosters with one click. | |
// @copyright YOU ARE NOT ALLOWED TO DISCLOSE THIS SCRIPT TO OTHERS WITHOUT MY PERMISSION!!! | |
// @author driversti https://www.erepublik.com/en/citizen/profile/4690052 | |
// @match https://www.erepublik.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=erepublik.com | |
// @grant none |
This script is designed to work over time by spending all either available energy or overtime points. It runs in a loop every 5 seconds and checks certain conditions in the response data to decide whether to continue or stop the loop.
- Open the Browser Console:
This file contains 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
#!/bin/bash | |
# start_cpu_stress.sh | |
# Calculate the desired CPU limit based on the total number of cores | |
total_cores=1 | |
desired_load_percentage=90 | |
cpu_limit=$(awk -v cores="$total_cores" -v perc="$desired_load_percentage" 'BEGIN { printf "%d", cores * perc }') | |
echo "CPU limit: $cpu_limit%" |
This file contains 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
#!/bin/sh | |
# Install FileBrowser | |
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash | |
# Get all IP addresses using ip command and filter out the IP addresses | |
IPS=$(ip addr show | grep 'inet ' | awk '{print $2}' | cut -d'/' -f1) | |
# Print them out for the user | |
echo "Available IPs:" |
Here's a step-by-step guide on how to run the profile statistic script either with Node.js or Docker.
- A computer running a GNU/Linux or macOS operating system.
- Basic knowledge of the command-line interface.
- Administrator (root) access to your machine.
This file contains 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
Note for newcomers: | |
In the shortcuts below, "C" stands for CTRL and "A" stands for "ALT". This is a convention | |
used in the Midnight Commander documentation and was kept here. | |
You can also use "ESC" instead of "ALT", which is useful on Macbooks. | |
Main View | |
--------------------------------------------------------------- | |
- File/directory operations |
NewerOlder