bingbing / hide ComputerShare's banner image

// ==UserScript==
// @namespace     https://openuserjs.org/users/bingbing
// @name          hide ComputerShare's banner image
// @match         https://identity.computershare.com.hk/
// @description   hide ComputerShare's banner image.
// @copyright     2023, bingbing (https://openuserjs.org/users/bingbing)
// @license       MIT
// @version       0.0.1
// @include       https://www.example.com/*
// @match         https://*.computershare.com.hk/
// @grant         none
// @icon          https://images.ctfassets.net/92fg7ylubu3r/NaETqK76qOCi6AOqEEYw2/780d71a3e1a4d7bc62c5cbbb8a7d7cd8/Sea_logo_with_white_bg.png
// ==/UserScript==

// ==OpenUserJS==
// @author        bingbing
// ==/OpenUserJS==

/**
 *
 * Please begin typing or paste your User script now.
 *
 * NOTE: It is still strongly recommended to use the Author Tools panel to
 *       add your `@updateURL` even if we are not in lockdown.
 *
 */
$(function () {
  $('.site-header.container-fluid').css('backgroundImage', 'url("http://about:blank#")');
  //   alert(10000);
});