Skip to content

Instantly share code, notes, and snippets.

@batjaa
Created September 7, 2018 23:20
Show Gist options
  • Save batjaa/8a495f5316d49e0f80310d50c6e20205 to your computer and use it in GitHub Desktop.
Save batjaa/8a495f5316d49e0f80310d50c6e20205 to your computer and use it in GitHub Desktop.
Enable copy, paste & cut in golomt web app using tampermonkey
// ==UserScript==
// @name Enable copy, paste and cut in Golomt Bank web app
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Golomt bankniihand yariad heleed, gomdollood hereg alga.
// @author Batjaa Batbold batjaa.com
// @match https://www.egolomt.mn/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
jQuery('input:password').unbind('copy paste cut');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment