This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Wealthsimple Tax: fix paste | |
| // @namespace https://andrewe.ca | |
| // @version 0.2.1 | |
| // @description Fix paste bug on Wealthsimple Tax, by automatically typing ".00" after pasting value in numeric inputs. | |
| // @author @andrewe.ca | |
| // @match https://my.wealthsimple.com/tax/* | |
| // @downloadURL https://gist.githubusercontent.com/andesco/ac6e1e3a5708814cca61c14e0aa54c05/raw/Wealthsimple%20Tax%3A%20fix%20paste.user.js | |
| // @updateURL https://gist.githubusercontent.com/andesco/ac6e1e3a5708814cca61c14e0aa54c05/raw/Wealthsimple%20Tax%3A%20fix%20paste.user.js | |
| // @run-at document-start |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (()=>{var ia=Object.create;var pn=Object.defineProperty;var ra=Object.getOwnPropertyDescriptor;var oa=Object.getOwnPropertyNames;var sa=Object.getPrototypeOf,ca=Object.prototype.hasOwnProperty;var Pn=(s,c)=>()=>(c||s((c={exports:{}}).exports,c),c.exports),la=(s,c)=>{for(var i in c)pn(s,i,{get:c[i],enumerable:!0})},ua=(s,c,i,e)=>{if(c&&typeof c=="object"||typeof c=="function")for(let w of oa(c))!ca.call(s,w)&&w!==i&&pn(s,w,{get:()=>c[w],enumerable:!(e=ra(c,w))||e.enumerable});return s};var On=(s,c,i)=>(i=s!=null?ia(sa(s)):{},ua(c||!s||!s.__esModule?pn(i,"default",{value:s,enumerable:!0}):i,s));var ft=Pn((qe,dn)=>{(function(s,c){typeof qe=="object"&&typeof dn=="object"?dn.exports=c():typeof define=="function"&&define.amd?define([],c):typeof qe=="object"?qe.onig=c():s.onig=c()})(qe,(()=>{return s={770:function(i,e,w){"use strict";var h=this&&this.__importDefault||function(E){return E&&E.__esModule?E:{default:E}};Object.defineProperty(e,"__esModule",{value:!0}),e.setDefaultDebugCall=e.createOnigScanner=e.createOn |