This package has been deprecated

Author message:

Package no longer supported. Contact support@npmjs.com for more info.

engine-client-module
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

TAMPERMONKEY

Install tampermonkey

TAMPERMONKEY RULE FOR GRUPOBBVA

// ==UserScript==
// @name         BBVA Engine client module
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// https://qa.grupobbva.com/particulares/index.jsp
// @match        https://*.grupobbva.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    try{
        const head = document.querySelector('head');
        const compatScript = document.createElement('script');
        compatScript.src = 'https://localhost:5000/inclusite-engine-client-ng.js';
        compatScript.type = "text/javascript";
        // head.insertBefore(compatScript, head.firstChild);
        // head.appendChild(compatScript);
        document.getElementsByTagName('head')[0].appendChild(compatScript);

        console.log('cargado script!');
    }catch(e){
        console.error(e);
    }

})();

Readme

Keywords

none

Package Sidebar

Install

npm i engine-client-module

Weekly Downloads

11

Version

1.0.6

License

ISC

Unpacked Size

2.49 MB

Total Files

29

Last publish

Collaborators

  • npm