Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Remove new GUI "dropdown" circle on top right?

Featured Replies

I just did an update from 6.9.2 to 6.10.3. I use a custom banner. The first thing I noticed after the upgrade was the solid color overlay on the top-right that used to be translucent and was covering a good portion of my banner. I found the option to put it back to almost how it was before by selecting "Show banner background color fade:" option to No.

 

But I'm still left with a huge circle and down arrow. When I click it it states "Enhance your experience with My Servers". I click it and then select "No thanks", but it still stays on the screen.

 

How do I get rid of that advertisement on my banner bar?

 

674529167_unraiddropdown.png.133fbfabb4234ed5331b1e2a32fda3b4.png

You can't.  Although installing it and logging in will bring forth a number of useful features - automated flash backup, far easier license key management, optional remote access and presumably more to come.

I just whipped this up.  I forked an old repo I found that injects custom CSS and just made it use JS instead so ignore the name.  After installing the plugin, edit the file /boot/config/plugins/eth-p.unraid.custom-css/custom.js and paste the contents below in the file.  Save and reload the page.  I did a quick test and this works but since I just threw this together quickly not going to support it really.  I think the my servers orb is loaded via JS so normal CSS rules won't hide it.  Thats why I did it in JS.

 

 

From plugins tab install this.

https://raw.githubusercontent.com/JmzTaylor/unraid/master/release/eth-p.unraid.custom-css.plg

 

 

$(document).ready(function(){
document.querySelector("#header > unraid-user-profile").shadowRoot.querySelector("#UnraidUPC > div.relative.z-0.flex.flex-row.items-center.justify-end.h-full > div.relative.flex.items-center.justify-end.h-full").remove();
});

 

 

Edited by jmztaylor

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.