Skip to content

Instantly share code, notes, and snippets.

@talflon
Created April 8, 2019 02:42
Show Gist options
  • Save talflon/5c89c946924023682d5dd38dbb56b545 to your computer and use it in GitHub Desktop.
Save talflon/5c89c946924023682d5dd38dbb56b545 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Stay logged into RCLS
// @namespace http://getzit.net/
// @version 0.1
// @description Stops the RCLS catalog page from logging out automatically.
// @author Dan Getz
// @match https://rcls.ent.sirsi.net/client/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
templateSD.promptRenewal = ()=>{};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment