Skip to content

Instantly share code, notes, and snippets.

View siljuberg's full-sized avatar

siljuberg

View GitHub Profile
@Hypfer
Hypfer / ing_diba_keepalive.user.js
Last active February 3, 2025 09:28
Fixes the 5 minute PSD2 session timeout madness
// ==UserScript==
// @name ING DiBa Keepalive
// @namespace jockel
// @version 1.0
// @description Fixes the 5 minute PSD2 session timeout madness
// @match https://*.ing.de/*
// @grant GM_xmlhttpRequest
// @grant GM.xmlHttpRequest
// ==/UserScript==
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
#SingleInstance force
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
global User = "4d65727279204368726973746d617321" ; Look at the hueadm documentation
global Host = "192.168.1.1"
;DON'T CHANGE