DeArrow icon indicating copy to clipboard operation
DeArrow copied to clipboard

No UI showing up

Open guidezpl opened this issue 2 months ago • 4 comments

Image

Options are default ones so extension UI should be visible

document.querySelectorAll(".cbTitleButtonContainer")

NodeList []

document.body.innerHTML.txt

Details

{
    "debug": {
        "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36",
        "platform": "MacIntel",
        "language": "en",
        "extensionVersion": "2.1.11"
    },
    "config": {
        "actAsVip": true,
        "activated": true,
        "allowExpirements": true,
        "alreadyActivated": true,
        "alwaysShowShowOriginalButton": true,
        "casualMode": false,
        "casualModeSettings": {
            "clever": 1,
            "creative": 1,
            "descriptive": 1,
            "funny": 1,
            "other": 1
        },
        "channelOverrides": {},
        "confirmGuidelinesCount": 0,
        "countReplacements": true,
        "customConfigurations": {},
        "darkMode": true,
        "defaultToCustom": true,
        "donateClicked": 0,
        "enableExtensionKey": {
            "alt": true,
            "ctrl": true,
            "key": "e",
            "shift": true
        },
        "extensionEnabled": true,
        "fetchTimeout": 7000,
        "firefoxOldContentScriptRegistration": false,
        "firstThumbnailSubmitted": false,
        "formatCasualTitles": true,
        "formatCustomTitles": true,
        "formatOriginalTitles": true,
        "freeAccessWaitingPeriod": 259200000,
        "freeTrialDuration": 21600000,
        "hideDetailsWhileFetching": true,
        "ignoreAbThumbnails": true,
        "ignoreTranslatedTitles": false,
        "importedConfig": false,
        "invidiousInstances": 0,
        "keepUnsubmitted": true,
        "keepUnsubmittedInPrivate": false,
        "lastGuidelinesConfirmation": 0,
        "lastIncognitoStatus": true,
        "onlyFormatCustomTitles": false,
        "onlyShowCasualIconForCustom": false,
        "onlyTitleCaseInEnglish": false,
        "openMenuKey": {
            "key": "d",
            "shift": true
        },
        "renderTimeout": 25000,
        "replaceThumbnails": true,
        "replaceTitles": true,
        "serverAddress": "Default server address",
        "shouldCleanEmojis": true,
        "showActivatedMessage": false,
        "showCustomOnHoverIfCasual": false,
        "showDonationLink": true,
        "showGuidelineHelp": true,
        "showIconForFormattedTitles": true,
        "showInfoAboutCasualMode": true,
        "showInfoAboutRandomThumbnails": false,
        "showLiveCover": true,
        "showOriginalOnHover": false,
        "showOriginalOnHoverOfVideo": false,
        "showOriginalThumbWhenCasual": false,
        "showUpsells": true,
        "startLocalRenderTimeout": 2000,
        "thumbnailCacheUse": 2,
        "thumbnailFallback": 0,
        "thumbnailFallbackAutogenerated": 0,
        "thumbnailReplacements": 20,
        "thumbnailSaturationLevel": 100,
        "thumbnailServerAddress": "https://dearrow-thumb.ajay.app",
        "titleFormatting": 1,
        "titleMaxLines": 3,
        "titleReplacements": 1,
        "useCrowdsourcedTitles": true,
        "vip": false
    }
}

guidezpl avatar Oct 23 '25 18:10 guidezpl

If every extension is not working, it sounds like it's a problem with your browser, not the extensions

ajayyy avatar Oct 23 '25 19:10 ajayyy

Only YouTube-related extensions aren't working, this points to an issue with supporting this particular YouTube layout, no?

guidezpl avatar Oct 23 '25 19:10 guidezpl

YouTube does a/b tests with different part of the layout. All these extensions modify different parts of the UI, they wouldn't all break

ajayyy avatar Oct 23 '25 20:10 ajayyy

Okay.. so what are the next steps, how can I help debug this, or debug this myself?

guidezpl avatar Oct 24 '25 13:10 guidezpl