Skip to content

Instantly share code, notes, and snippets.

Keybase proof

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:

// ==UserScript==
// @name LSS - Custom Design
// @description Custom design for Leitstellenspiel
// @version 0.5
// @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-ce
@MisterX2000
MisterX2000 / convert.ps1
Created December 11, 2020 00:18
OpenXStreamLoader post-processing convert script
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
@MisterX2000
MisterX2000 / humble_download_trove.js
Last active April 28, 2023 05:19 — forked from dob9601/humble_download_trove.js
Download the whole of the humble trove (if you have subscribed to the humble trove)
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);
@MisterX2000
MisterX2000 / README.md
Last active May 1, 2019 19:22 — forked from jamesramsay/README.md
Gmail: delete old emails automatically

Gmail: delete old emails automatically

Automatically deletes old emails that match the specified label.

Get started

  • Create a new Google Apps Script at https://script.google.com
  • Overwrite the placeholder with the javascript below
  • Update the following constants:
  • LABEL_TO_DELETE: the label that should be have old messages deleted
@MisterX2000
MisterX2000 / .gitattributes
Last active February 19, 2018 13:20 — forked from MattOstgard/.gitattributes
.gitattributes for Unity3D with git-lfs
# 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
  1. Die .htaccess im WorPress Ordner öffnen

  2. 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