cat /etc/nv_tegra_release
dpkg-query --show nvidia-l4t-core
dpkg -l | grep 'nvidia-l4t-core'
| Erepublik Region Factory Count Results | |
| ===================================== | |
| Generated on: Mon Oct 13 08:51:39 CEST 2025 | |
| URL: https://www.erepublik.com/en/main/city/218/residents | |
| API Endpoint: https://www.erepublik.com/en/main/city-data/218/residents | |
| SUMMARY: | |
| ------- | |
| Total factories owned by all residents: 7892 | |
| Total residents analyzed: 158 |
| (async()=>{for(const c of Object.values(companies).filter(c=>c.holding_company_id=='0')){let id=c.id,d=3000+Math.random()*7000;try{let r=await fetch(`https://www.erepublik.com/en/economy/sell-company/${id}`,{method:'POST',headers:{'Content-Type':'application/x-www-form-urlencoded','Origin':'https://www.erepublik.com','Referer':`https://www.erepublik.com/en/economy/sell-company/${id}`},body:`disolve=${id}&pin=0000&_token=${SERVER_DATA.csrfToken}`});console.log(`Company ${id}:`,await r.json())}catch(e){console.error(`Fail ${id}:`,e)}await new Promise(r=>setTimeout(r,d))}})() |
| #!/bin/bash | |
| ################################################ | |
| ### GENERATED BY AI (tested on macOS) ### | |
| ################################################ | |
| # Hide cursor and show it again on exit | |
| trap 'printf "\033[?25h"' EXIT | |
| printf '\033[?25l' |
THE SCRIPT WILL NOT OPEN BOXES IF THEY ALL ARE DEPLETED!!!!!!!!
| // ==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== |
| // ==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 |
| // ==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.