techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.7K
active users

#toolbar

0 posts0 participants0 posts today

People don't talk about Bookmarklets.
Esp if you talk about Favorites, and not Bookmarks because-- of course, in that case-- you'd be talkin about Favelets. how about, Script-lets

Curious about @chrispederick #WebDeveloper #Toolbar #Browser #Extension

Clear cache of course somehow never clearxs the cache, right? so you spend how many seconds with that nonsense? do the math. it wastes a lot of time.

So, this approach however, does NOT waste time. And it works, every time.

Reload Style Sheet.
But my question is this. How's that work, yo?
I recokon you appreciate my affinity for the classic #Favelet #Bookmarklet javascript one-liners for execution in browser addr bar/ javascript as the URL "bookmark" which executes on click.
Jesse's and Squrefree. that's funny. I guess the XSS / CORS stuff prevents them for functioning. I've not extensively research, but am curious.

Tip #675

Hide the Navigation Bar in Vivaldi on Android.

When you move the Tab and Address Bars to the bottom the Navigation Bar disappears and you have more screen space. If you prefer to keep the Tab and Address Bars on top there’s still a way to hide the Navigation Bar.

To hide the Navigation Bar:

  1. Go to Settings > Appearance & Theme.
  2. Disable “Show Navigation Bar”.

When hidden, the Tab Switcher button is moved to the Address Bar and other features are available from the main Vivaldi menu.

#android #customization #toolbar

https://vivaldi.com/blog/tips/tip-675/

Tip #654

Open context menus with long clicks on the toolbar buttons.

Everyone knows that right-clicking on elements in the browser and on web pages opens a menu with a myriad of useful options. But there’s a lesser-known option in Vivaldi that works well on Vivaldi’s toolbar buttons and in Vivaldi Mail.

To open toolbar button context menus, simply click on the button with the left mouse button and hold it down until the menu opens. Then select the option you need.

#menu #toolbar #userInterface #vivaldi #VivaldiBrowser

https://vivaldi.com/blog/tips/tip-654/

Vivaldi Browser · Tip #654 - Toolbars | Vivaldi Browser
More from Vivaldi Tips

This API is pretty self-contained and not really manually customizable (outside the APIs of NSToolbar). Just ton of delegate methods you return toolbar items, identifiers, or bools.

At first I thought this might be a horrible AppKit bug but I cannot reproduce in the NSToolbar of my app.

Not sure how you can mess this up. 😅

This is why you should be careful about what you put in your Sidebar-portion of your app's Toolbar and why you should give your Sidebar a suitable minimum width.

In Tower, if your Sidebar is too narrow, the button above it (which is an important navigation switch), gets moved into an overflow menu way on the right-side of the window.

They could easily fix this but the problem exists because its a new possible problem because of full-height sidebars.

#macOS#UIUX#Toolbar

Tip #581

Make your choice between spacious and compact user interface layouts.

Do you prefer to give the buttons on the toolbars plenty of breathing room, or do you want them packed together nice and snug next to each other? As with most things in Vivaldi, you’re in control and can decide what works best for you.

To change the UI density:

  1. Go to Settings > Appearance > Window Appearance > User Interface Density.
  2. Choose between:
    • Regular i.e. the more spacious layout, and
    • Compact layout.

#customization #toolbar #userInterface

https://tips.vivaldi.net/tip-581/

Tip #408

Top or bottom? Decide where you want to have the Tab Bar and Adress Bar in Vivaldi on iOS.

Prefer your Address Bar and Tab Bar traditionally on top of the screen or at the bottom for easy one handed reach? Whatever your preference, we’ve got you covered.

To choose a location for the Tab and Address Bar:

  1. Go to Settings > Tabs.
  2. Select either Top or Bottom for the Address Bar Position.

Alternatively, long-press on the Address Bar and select “Move address bar to bottom/top” from the menu.

#addressBar #iOS #tabs #toolbar

https://tips.vivaldi.net/tip-408/

If you've gotten bitten by the @thunderbird 114/115 "Supernova" update, and suddenly your screen fits half as many folders and emails:

1. create, in your #thunderbird profile dir, a "chrome" subdirectory with a userChrome.css, e.g.,

~/.thunderbird/*.default/chrome/userChrome.css,

2. put in

#toolbar-menubar {
order: -1 !important;
}
#folderTree {
--list-item-buttons-size: 12px;
--list-item-min-height: 12px;
}
#threadPane tr.collapsed{
height: 1em !important;
}

3. restart thunderbird

Tip #346

Search copied text in a new tab with a single shortcut.

Combining actions often used one after another into a single Command Chain can help you streamline your browsing. One of the many Command Chains you can create is searching for text you have copied to the clipboard in a new tab. That way you can skip opening a new tab, focusing on the address field, pasting your search term in it, and executing the search. It’s all done with the use of a single shortcut or click of a button.

To create the Command Chain:

  1. Go to Settings > Quick Commands > Command Chains.
  2. Click on “Add Command Chain” below the list of existing chains.
  3. Give the new chain a name
  4. Add the following commands:
    1. New Tab,
    2. Delay (with the parameter value, for example, 100),
    3. Focus Address Field,
    4. Paste and Go.
  5. Go to Settings > Keyboard and/or Settings > Mouse, look for the new chain in the list of commands, and create a shortcut for it.In addition, you can open the Toolbar Editor and add the new chain as a button on one of the browser toolbars.

#command-chains #keyboard-shortcuts #mouse-gestures #shortcuts #toolbar

https://tips.vivaldi.net/tip-346/

Tip #289

Download Custom Icons for your browser from Vivaldi Themes.

Using Custom Icons with your browser theme, allows you to take the uniqueness of your Vivaldi to yet another level. You can create an icon for each toolbar button yourself or you can make use of the numerous Themes with Custom Icons the creative minds of Vivaldi Community members have shared with everyone.

To download custom icons:

  1. Go to themes.vivaldi.net.
  2. Click on, for example, “View all featured themes” to open a page with all the filtering options.
  3. In the menu on the left, tick the box for “Custom Icons”.
  4. Apply other filters, if you wish.
  5. Find a theme you like.
  6. Download it to get a preview and if you want to keep it, click Install.

To use custom icons from a different theme with your active theme:

  1. Go to Settings > Themes > Editor > Icons.
  2. Make sure “Use Icon Set from” is enabled and select a theme from the drop-down menu.

#customIcons #customization #themes #toolbar

https://tips.vivaldi.net/tip-289/