DandyClubs

Results 11 issues of DandyClubs

http://tabmixplus.org/support/viewpage.php?t=3&p=events-new-tabs i use tabmixplus i checked Change opening order [a][b][c] are the current opened tabs with [a] being the current tab. [1][2][3] are the new tabs opened in that order...

use filter clip = havsfunc.QTGMC(clip, TFF=True, Preset='Slower', InputType=0, SourceMatch=3) staxrip default prores encoding by ffmpeg C:\StaxRip\Apps\FrameServer\AviSynth\ffmpeg.exe -f vapoursynth -i "video.vpy" -c:v prores -profile:v 1 -q 4 -an -y -hide_banner "video.mov"...

feature request

i add some scripts search ``` function openNewBackgroundTab(url){ var a = document.createElement("a"); a.href = url var evt = document.createEvent("MouseEvents"); //the tenth parameter of initMouseEvent sets ctrl key evt.initMouseEvent("click", true, true,...

i test get loadAsBlob imagetwist.com image sometimes imagetwist.com return some links blob some links wait response without time limit I try ``` try { const extractor = urlExtractor.getExtractorByHost(imageHost) //console.log(extractor,imageURL, extractor.viewMode)...

**Describe the bug** ``` import os, sys import vapoursynth as vs core = vs.core sys.path.append(r"C:\StaxRip\Apps\Plugins\VS\Scripts") import importlib.machinery mvsfunc = importlib.machinery.SourceFileLoader('mvsfunc', r"C:\StaxRip\Apps\Plugins\VS\Scripts\mvsfunc.py").load_module() adjust = importlib.machinery.SourceFileLoader('adjust', r"C:\StaxRip\Apps\Plugins\VS\Scripts\adjust.py").load_module() havsfunc = importlib.machinery.SourceFileLoader('havsfunc', r"C:\StaxRip\Apps\Plugins\VS\Scripts\havsfunc.py").load_module() muvsfunc...

tool issue

### Description 1. if Not On setup PopUI when Infy Scroll icon click 2. show Turn On Off icon when cancle click 3. i want to direct show Turn On/Off...

enhancement

### Description use stylus ````css #wrapper { max-width: 1600px; position: relative; } #content { width: 80%; display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 5px; grid-row-gap: 5px; } #sidebar-border { position: absolute;...

enhancement

### Description ![9e1659b05ff91fc867b96ea7dfe98e81](https://github.com/user-attachments/assets/25138be8-039e-4e40-8b9b-19e6961d3fa3) Icon readability is not good on some sites. try add style div.infy-scroll-divider svg path { fill: #FFF !important; } but It does not work because !important has...

question