Outlook without Ads

Remove ads from Outlook

  1. // ==UserScript==
  2. // @name Outlook without Ads
  3. // @namespace feifeihang.info
  4. // @description Remove ads from Outlook
  5. // @include https://*.mail.live.com/*
  6. // @version 1
  7. // @grant none
  8. // ==/UserScript==
  9. (function (window, document, undefined) {
  10. var style = document.createElement('style');
  11. style.innerHTML = '.WithRightRail {right: 0 !important;}' +
  12. ' #RightRailContainer {display: none !important;}';
  13. document.head.appendChild(style);
  14. }) (this, this.document);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址