Toru the Red Fox

Results 227 comments of Toru the Red Fox

for those who want it: my CSS (for use in Stylebot) ```CSS /* player button size css patches */ .ytp-chrome-controls .ytp-button[aria-pressed=true]:after { width: 20px; left: 8px; } .ytp-chrome-controls .ytp-button[aria-pressed]:after {...

quick fix: ```JS setInterval(function() { var newParent = document.getElementsByTagName("ytd-subscribe-button-renderer")[0]; var oldParent = newParent.getElementsByTagName("yt-smartimation")[0]; while (oldParent.childNodes.length > 0) { newParent.appendChild(oldParent.childNodes[0]); } }, 100); ```

> > [#192 (comment)](https://github.com/namazso/SecureUxTheme/issues/192#issuecomment-2287354201): I found that if I attach x32dbg, the program seems to crash when loading in `C:\Windows\SysWOW64\OneCoreUAPCommonProxyStub.dll` > > @StraggleCraft Can you check if that dll is...

> > Same issue with me, Windows 10 Pro 22H2 with PHP 8.2.12, on the classic 2015 player. On the latest player it updates as usual though. > > It...

> Windows 7 calculates the difference between thick border frame and thin border frame in "CTopLevelWindow::CalculateOutsideMargins", then sets a margin using SetMargin function > > We can do the same...

> try this borders have blur and windows arent resizable not made by me https://raw.githubusercontent.com/ramensoftware/windhawk-mods/2f162c3f58d4ef04f6d69ec7865f0c2db2f33ba1/mods/force-thick-frames-plus.wh.cpp this just tries to force an attribute onto a window, which comes with a number...

oh and an option to pull all those effects from msstyles classes would be great too

the classes seem to be DWMWindow::FRAMELEFT_EFFECT for the corner gradients (I assume vista had FRAMERIGHT_EFFECT judging by its atlas but they removed it since it was just a mirrored version...

> > oh and an option to pull all those effects from msstyles classes would be great too > > I found a Winaero article that talks about the msstyles...