Skip to content

Instantly share code, notes, and snippets.

@gsilvan
Last active March 24, 2022 10:27
Show Gist options
  • Save gsilvan/6c586c5b636e433c3f8c55dfdfea4fca to your computer and use it in GitHub Desktop.
Save gsilvan/6c586c5b636e433c3f8c55dfdfea4fca to your computer and use it in GitHub Desktop.
refresh session-counter script for DKB banking to stay logged-in forever
// ==UserScript==
// @name DKB Logout preventer
// @namespace Violentmonkey Scripts
// @match https://www.dkb.de/*
// @grant none
// @version 0.1
// @author -
// @description 6.1.2021, 12:52:33
// ==/UserScript==
var intervalID = setInterval(function(){refreshSession();}, 60000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment