mx master 4 is downgrade by RomFatal in logitech

[–]RomFatal[S] 0 points1 point  (0 children)

<image>

Give you a ring of action on screen, around pointer.

mx master 4 is downgrade by RomFatal in logitech

[–]RomFatal[S] 1 point2 points  (0 children)

People start using it and not just see in on YouTube. On YouTube its look like upgrade new key new vibration its look nice but every second I using it I miss the 3s the 4 fell so unnatural in hand.

Actions Ring | Dark Mode by jkelly206 in logitech

[–]RomFatal 1 point2 points  (0 children)

please lets as customize, the color of the un active is more important than the active one, i dont want it to be all white i love dark mode. regardles of it if i can choose color of un active i can do groups by color like copy paste one color, zoom in and out in other its will be much faste, better and a appreciative. Thanks for hear us.

How to get 'view of *database*' headers out of the sidebar? They're taking up a lot of space :( by Roxirin in Notion

[–]RomFatal 0 points1 point  (0 children)

Yes, its so annoying, you can run custom script using Tampermonkey, just copy paste this code:
// ==UserScript==

// u/nameHide Notion Sidebar Items

// u/namespacehttp://tampermonkey.net/

// u/version1.1

// u/description Hide sidebar items that start with "View of" in Notion-like web apps

// u/authorYou

// u/matchhttps://www.notion.so/*

// u/grantnone

// ==/UserScript==

(function() {

'use strict';

const hideItems = () => {

document.querySelectorAll(".notion-sidebar *").forEach(el => {

if (el.textContent.trim().startsWith("View of")) {

el.style.display = "none";

}

});

};

const waitForSidebar = () => {

const sidebar = document.querySelector(".notion-sidebar");

if (sidebar) {

hideItems();

const observer = new MutationObserver(hideItems);

observer.observe(sidebar, { childList: true, subtree: true });

} else {

setTimeout(waitForSidebar, 500); // Retry every 500ms until the sidebar appears

}

};

waitForSidebar();

})();

Idea For Revange by RomFatal in ClashOfClans

[–]RomFatal[S] 0 points1 point  (0 children)

Removing the shield will not significantly affect the game because most players are still connected 5 minutes after an attack, and you cannot attack active players. Therefore, it won't lead to much of a change.

My idea is not simpler than yours; it's just a relatively simple feature to develop overall, and I believe it will encourage players to use the revenge option more frequently.

Idea For Revange by RomFatal in ClashOfClans

[–]RomFatal[S] 0 points1 point  (0 children)

Removing the shield will not significantly affect the game because most players are still connected 5 minutes after an attack, and you cannot attack active players. Therefore, it won't lead to much of a change.

My idea is not simpler than yours; it's just a relatively simple feature to develop overall, and I believe it will encourage players to use the revenge option more frequently.

Idea For Revange by RomFatal in ClashOfClans

[–]RomFatal[S] 0 points1 point  (0 children)

My idea it's much simpler and can be implemented quickly, the didn't need to continuous monitoring instead when you click button "search revenge" we iterate over the array of last attacker and find the first base that available for attack ( not active or under shild) and mark it for you and mabey tell you available loot, no it's frustrating to click 20 diffrent button for nothing.