0% found this document useful (0 votes)
557 views1 page

BLS Hide PAGE

This userscript hides the alert modal popup on the BLS Spain login page and pages linked from it to allow copying and pasting in the login fields. It identifies the modal element, sets its visibility to hidden, and hides it by changing the display property. The script is authored by BADR and licensed under MIT.

Uploaded by

Consulting Taib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
557 views1 page

BLS Hide PAGE

This userscript hides the alert modal popup on the BLS Spain login page and pages linked from it to allow copying and pasting in the login fields. It identifies the modal element, sets its visibility to hidden, and hides it by changing the display property. The script is authored by BADR and licensed under MIT.

Uploaded by

Consulting Taib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

// ==UserScript==

// @name # 0 BLS Hide PAGE


// @namespace http://tampermonkey.net/
// @version 1.0
// @description This plugin give you ability to copy paste in bls login page
// @author Develop By BADR
// @match https://algeria.blsspainglobal.com/DZA/account/login*
// @match https://algeria.blsspainglobal.com/*
// @match https://algeria.blsspainglobal.com/DZA/account/login?returnUrl=
%2fDZA%2fbls%2fVisaTypeVerification

// @match https://spain.blscn.cn/*

// @icon https://algeria.blsspainglobal.com/assets/images/logo.png
// @grant none
// @license MIT
// ==/UserScript==

//---------------------------------------------------------------------------------
---------------------------------------------------------

//----------------------- Hide PAGE Manage Applicant OK


-----------------------------------------------------------------------------------
-----------------

var link = document.getElementById('alertModal');


document.getElementsByClassName("modal-backdrop fade show")[0].style.visibility =
"hidden";
link.style.display = 'none'; //or
link.style.visibility = 'hidden';

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy