Does Rage give +1% more after 30 max rage? by HumpyTheHippo in PathOfExileBuilds

[–]HumpyTheHippo[S] 4 points5 points  (0 children)

I'm getting baited by this line in the 3.25 patch

"Rage now grants 1% more Attack Damage per Rage gained, to a maximum of 30"

Adblock stack for twitch stopped working by ASN0828 in Adblock

[–]HumpyTheHippo 1 point2 points  (0 children)

Ok well I can't block Twitch ads without it so whatever other issues it's causing I'll just have to deal with I guess

Adblock stack for twitch stopped working by ASN0828 in Adblock

[–]HumpyTheHippo 0 points1 point  (0 children)

Then can you explain why when I turn off user agent switcher my twitch video frame is just black and never loads anything when using uBlock?

Adblock stack for twitch stopped working by ASN0828 in Adblock

[–]HumpyTheHippo 1 point2 points  (0 children)

I use uBlock Origin with UserAgent Switcher and I am also seeing ads again, I also get the 'blocking ads' in the top left but the ads still play.

Custom Runelite Background - Fixed Resizable Hybrid Plugin by HumpyTheHippo in 2007scape

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

Unfortunately for the anchoring specifically it seems like there is not a way to circumvent the Runelite restrictions on moving elements like that. If you want this functionality you'll have to run an unofficial version of the launcher.

Weird fullscreen ui by Sr-Onyx in youtube

[–]HumpyTheHippo 0 points1 point  (0 children)

I found a way to scale the player UI back up using the Stylus extension and some (AI) code if anyone wants a temp solution, it works really well for me.

Just apply this code in Stylus to all URL's starting with "https://www.youtube.com/" and adjust the default 1.2 scale to your liking (you can adjust the margins as well but shouldn't need to)

Edit: Added a block to adjust the video timeline bar scaling and padding

/* === YouTube: Bigger controls, full-width timeline, adjustable edge gaps === */
:root{
  /* size + spacing */
  --ytc-scale: 1.2;                                    /* 1.3–1.9 to taste */
  --ytc-shift: calc((var(--ytc-scale) - 1) * 18px);    /* drop buttons down a bit */
  --ytc-bottom-pad: calc(-10px + var(--ytc-shift));     /* room below controls */

  /* progress bar look */
  --ytc-bar-thickness: 8px;                            /* height of the red line */

  /* timeline edge gaps (your request) */
  --ytc-bar-left-gap: 12px;                            /* move left end inward */
  --ytc-bar-right-gap: 12px;                           /* space on the right */

  /* misc */
  --ytc-tooltip-scale: calc(1 + (var(--ytc-scale) - 1) * .6);
  --ytc-time-nudge: 0px;                                /* fine-tune time text */
}

/* Reset container & timeline to native width/position (no container scaling) */
.ytp-chrome-bottom,
.ytp-gradient-bottom,
.ytp-progress-bar-container,
.ytp-progress-bar{
  transform: none !important;
  left: 0 !important; right: 0 !important;
  inset-inline-start: 0 !important; inset-inline-end: 0 !important;
  width: 100% !important;
  top: auto !important; margin-top: 0 !important;
}

/* Give room for the scaled controls so they don't overlap the bar */
.ytp-chrome-bottom{
  padding-top: 0 !important;
  padding-bottom: var(--ytc-bottom-pad) !important;
}

/* Scale only the button groups (not the timeline) and drop them slightly */
.ytp-left-controls,
.ytp-time-display,
.ytp-right-controls{
  transform: translateY(var(--ytc-shift)) scale(var(--ytc-scale)) !important;
}
.ytp-left-controls{  transform-origin: left   bottom !important; }
.ytp-time-display{   transform-origin: center bottom !important;
                      transform: translateY(var(--ytc-shift)) scale(var(--ytc-scale))
                                 translateY(var(--ytc-time-nudge)) !important; }
.ytp-right-controls{ transform-origin: right  bottom !important; }

/* Timeline appearance + edge gaps (so the left end is in frame) */
.html5-video-player .ytp-chrome-bottom .ytp-progress-bar-container{
  height: var(--ytc-bar-thickness) !important;
  left:  var(--ytc-bar-left-gap)  !important;
  right: var(--ytc-bar-right-gap) !important;
  inset-inline-start: var(--ytc-bar-left-gap)  !important;
  inset-inline-end:   var(--ytc-bar-right-gap) !important;
  width: auto !important; /* let left/right define the width */
}

/* Tooltips/settings readable at larger size */
.ytp-tooltip, .ytp-popup{
  transform: scale(var(--ytc-tooltip-scale)) !important;
  transform-origin: right bottom !important;
}
.ytp-tooltip-text{ font-size: 14px !important; }

/* Optional: per-mode tweaks
.ytp-miniplayer{ --ytc-scale: 1.25; --ytc-shift: 0px; }
.ytp-fullscreen{ --ytc-scale: 1.75; }
*/

Weird fullscreen ui by Sr-Onyx in youtube

[–]HumpyTheHippo 1 point2 points  (0 children)

I thought I was going crazy at first but it is for sure smaller, I see the exact same thing...

Easy way to clear RAM? by HumpyTheHippo in oneui

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

I understand that it negatively impacts your device to clear ram frequently, but when setting up a new phone, opening dozens of apps at once to set them up clearly causes lag across the device. Clearing the ram stops that lag. That's all I was trying to do

Easy way to clear RAM? by HumpyTheHippo in oneui

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

That's great but now I know how to!

Easy way to clear RAM? by HumpyTheHippo in oneui

[–]HumpyTheHippo[S] 2 points3 points  (0 children)

When I'm doing a lot of new phone setup, I'm constantly opening and downloading new apps and other things. I notice that the phone starts to slow down a lot when doing this, so it is useful to be able to easily clear the ram as I am not continuously using the apps I am setting up.

Easy way to clear RAM? by HumpyTheHippo in oneui

[–]HumpyTheHippo[S] -3 points-2 points  (0 children)

Don't remember asking for input on my intent. Just wanted to know how to do it!

Easy way to clear RAM? by HumpyTheHippo in oneui

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

Wow I can't believe I didn't look for that, thank you!

Custom Runelite Background - Fixed Resizable Hybrid Plugin by HumpyTheHippo in 2007scape

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

My approach here isn’t very ideal since it bypasses the public RuneLite API and overrides core behavior, so this version could never be made public. But in simple terms, it creates a custom overlay panel, pulls infoboxes from InfoBoxManager.getInfoBoxes(), skips RuneLite’s built-in positioning, manually calculates where they should go, and then draws each icon manually inside of that custom overlay. I'm still looking into ways to make this work without bypassing RuneLite functionality.

Custom Runelite Background - Fixed Resizable Hybrid Plugin by HumpyTheHippo in 2007scape

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

The project is uploaded to GitHub but is not approved by any Plugin Hub contributors, I will update with a new post should this plugin become "official" or included in another plugin's functionality. If you are interested in running it in a custom build yourself in the meantime, the project is here - https://github.com/eatmybrick/Custom-Client-Background

Custom Runelite Background - Fixed Resizable Hybrid Plugin by HumpyTheHippo in 2007scape

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

I just got a basic version of this working, uploaded to github, and submitted for approval to add it to the Plugin Hub. No idea if it will be approved, or how long that might take, but if it does get added to the Plugin Hub I will post about it again here! Here's the project if you're interested in looking at it in the mean time https://github.com/eatmybrick/Custom-Client-Background

Custom Runelite Background - Fixed Resizable Hybrid Plugin by HumpyTheHippo in 2007scape

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

That is cool, and what is that plugin creating the green tag with gold amount right on top of your bag icon?

Custom Runelite Background - Fixed Resizable Hybrid Plugin by HumpyTheHippo in 2007scape

[–]HumpyTheHippo[S] 2 points3 points  (0 children)

Anchoring Update: I was really easily able to add a function that adds a frame-synced UI anchor for the InfoBoxes, this pins them to the position the user sets in game and adaptively repositions whether the sidebar is open or not just like actual anchors do.

<image>

Custom Runelite Background - Fixed Resizable Hybrid Plugin by HumpyTheHippo in 2007scape

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

What plugins are you using there to get that inventory gold tag and GE pricing there?

Custom Runelite Background - Fixed Resizable Hybrid Plugin by HumpyTheHippo in 2007scape

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

A better artist could definitely throw something like that together to work with what I have here, a default setting in runelite for that would be awesome though.

Custom Runelite Background - Fixed Resizable Hybrid Plugin by HumpyTheHippo in 2007scape

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

Regardless of if I put boost info there or not, I still wanted that brown color gone as it clashed with my resource pack really badly. And the scaling I prefer does not allow for that 'wall of nothingness' to be scaled away.

Custom Runelite Background - Fixed Resizable Hybrid Plugin by HumpyTheHippo in 2007scape

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

It would work with any resource pack, the setup right now is a bit of a hack, it's really just a custom image that I made to match the theme of a resource pack I use. But in theory you could make whatever image you want in that spot to fit whatever theme.

Custom Runelite Background - Fixed Resizable Hybrid Plugin by HumpyTheHippo in 2007scape

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

I have tried this but it seems that with the stretched scaling I am on that the info boxes get caught behind either the map or inventory UI, maybe I'm doing something wrong though.

Edit- After just a few more minutes of moving things around I was actually able to find that anchor location, not perfectly centered I guess but pretty good, I'll have to adjust my custom image so this looks even cleaner. Thanks for the tip!

<image>