I hereby claim:
- I am misterx2000 on github.
- I am mister_x2000 (https://keybase.io/mister_x2000) on keybase.
- I have a public key ASCPJ66cafo-alTtFoARD0KURW4g4XHpQh-IFmX6RLljJQo
To claim this, I am signing this object:
# /// script | |
# requires-python = ">=3.13" | |
# dependencies = [ | |
# "selenium", | |
# ] | |
# /// | |
import sys | |
from time import sleep | |
from selenium import webdriver |
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name LSS - Custom Design | |
// @description Custom design for Leitstellenspiel | |
// @version 0.6.1 | |
// @author Mister X | |
// @namespace https://gist.github.com/MisterX2000 | |
// @homepageURL https://gist.github.com/MisterX2000/c0216521e6f419126034d53941720b5c | |
// @updateURL https://gist.github.com/MisterX2000/c0216521e6f419126034d53941720b5c/raw/LSS-CustomDesign.user.js | |
// @downloadURL https://gist.github.com/MisterX2000/c0216521e6f419126034d53941720b5c/raw/LSS-CustomDesign.user.js | |
// @include /^https?:\/\/[www.]*(?:leitstellenspiel\.de|missionchief\.co\.uk|missionchief\.com|meldkamerspel\.com|centro-de-mando\.es|missionchief-australia\.com|larmcentralen-spelet\.se|operatorratunkowy\.pl|operatore112\.it|operateur112\.fr|dispetcher112\.ru|alarmcentral-spil\.dk|nodsentralspillet\.com|operacni-stredisko\.cz|jogo-operador112\.com|operador193\.com|dyspetcher101-game\.com|missionchief-japan\.com|missionchief-korea\.com|jocdispecerat112\.com|hatakeskuspeli\.com|dispecerske- |
while($true) | |
{ | |
$lastMinute = (Get-Date).AddMinutes(-1) | |
$files = Get-ChildItem .\rec\*.ts | |
$counter = 0 | |
# Converting Files | |
ForEach ($file in $files) { | |
$filename = $file.BaseName | |
Version: 1 | |
Name: Multiplayer | |
Mods: | |
- Id: Core | |
Name: Core | |
- Id: 1752864297 | |
Name: Multiplayer | |
- Id: 1507748539 | |
Name: Mod Manager | |
- Id: 709317151 |
var buttons = $("#trove-main .trove-grid .trove-grid-item"); | |
function download() { | |
$.each(buttons, function(i, btn) { | |
setTimeout(function() { | |
btn.click(); | |
$(".js-download-button").click(); | |
$(".js-dismiss").click(); | |
console.log("(" + (i+1) + "/" + buttons.length + ") " + $(".product-human-name").text()); | |
}, 1000 * i); |
Automatically deletes old emails that match the specified label.
LABEL_TO_DELETE
: the label that should be have old messages deleted# Unity | |
*.cginc text | |
*.cs diff=csharp text | |
*.shader text | |
# Unity YAML | |
*.anim merge=unityyamlmerge eol=lf | |
*.asset merge=unityyamlmerge eol=lf | |
*.controller merge=unityyamlmerge eol=lf |
Die .htaccess
im WorPress Ordner öffnen
Das reinkopieren und upload_max_filesize
, post_max_size
anpassen:
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300
"Disconnect: Invalid STEAM UserID Ticket" | |
Es gibt zwei mögliche Lösungen: | |
(WICHTIG: Versuch Fix#2 nur, wenn Fix#1 das Problem nicht löst!) | |
Fix#1 - Beende Steam (komplett herunterfahren) | |
- Geh zu deinen Steam Ordner | |
(Beispiel: "C:\Program Files (x86)\Steam") | |
- Suche und lösche den "userdata" Ordner |