DeArrow icon indicating copy to clipboard operation
DeArrow copied to clipboard

Titles and thumbnails disappear, even when disabled

Open silverhawke249 opened this issue 2 years ago • 4 comments

youtube looks like this when the extension is active (not disabled from Firefox's add-on manager)

image

if the extension is completely disabled from the add-on manager, the thumbnails and titles return.

Firefox 118.0.2, Windows 10.

silverhawke249 avatar Oct 16 '23 14:10 silverhawke249

This is also an issue whenever the servers are temporarily offline. It should probably not remove original title/thumbnail until a replacement is found, or at least have a fail-safe where if it's not replaced within a second or so the original title/thumbnail are put back, so at least the site remains usable.

MrJPGames avatar Oct 21 '23 13:10 MrJPGames

Looks more like a failed installation. Try re-installing

ajayyy avatar Nov 25 '23 17:11 ajayyy

I'm having the same issue. Turning off thumbnail replacement or DeArrow entirely doesn't help, only disabling the extension entirely helps. Reinstalling didn't help

{
    "debug": {
        "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0",
        "platform": "Win32",
        "language": "en-US",
        "extensionVersion": "2.0.5"
    },
    "config": {
        "showInfoAboutCasualMode": false,
        "openMenuKey": null,
        "extensionEnabled": false,
        "casualMode": true,
        "showActivatedMessage": true,
        "showOriginalOnHover": false,
        "customConfigurations": {
            "JBCjAMyK7y74vnnn3TMeXPBZc2P9HgE1QOFB": {
                "defaultToCustom": null,
                "name": "Default",
                "replaceThumbnails": null,
                "replaceTitles": null,
                "shouldCleanEmojis": null,
                "thumbnailFallback": null,
                "thumbnailFallbackAutogenerated": null,
                "titleFormatting": null,
                "useCrowdsourcedTitles": null
            }
        },
        "showDonationLink": true,
        "enableExtensionKey": null,
        "firstThumbnailSubmitted": false,
        "allowExpirements": true,
        "activated": true,
        "alwaysShowShowOriginalButton": true,
        "channelOverrides": {},
        "confirmGuidelinesCount": 1,
        "darkMode": true,
        "importedConfig": true,
        "lastGuidelinesConfirmation": 1730573243656,
        "lastIncognitoStatus": false,
        "onlyTitleCaseInEnglish": true,
        "showInfoAboutRandomThumbnails": false,
        "showUpsells": true,
        "thumbnailFallback": 2,
        "firefoxOldContentScriptRegistration": false,
        "freeTrialDuration": 21600000,
        "donateClicked": 0,
        "invidiousInstances": 0,
        "keepUnsubmitted": true,
        "keepUnsubmittedInPrivate": false,
        "thumbnailSaturationLevel": 100,
        "titleFormatting": 1,
        "shouldCleanEmojis": true,
        "serverAddress": "Default server address",
        "thumbnailServerAddress": "https://dearrow-thumb.ajay.app",
        "fetchTimeout": 7000,
        "startLocalRenderTimeout": 2000,
        "renderTimeout": 25000,
        "thumbnailCacheUse": 2,
        "showGuidelineHelp": true,
        "thumbnailFallbackAutogenerated": 0,
        "showLiveCover": true,
        "thumbnailReplacements": 17954,
        "defaultToCustom": true,
        "replaceTitles": true,
        "titleReplacements": 35609,
        "useCrowdsourcedTitles": true,
        "titleMaxLines": 3,
        "showIconForFormattedTitles": true,
        "countReplacements": true,
        "ignoreAbThumbnails": true,
        "hideDetailsWhileFetching": true,
        "alreadyActivated": true,
        "replaceThumbnails": false,
        "casualModeSettings": {
            "funny": 5,
            "creative": 5,
            "clever": 1,
            "descriptive": 1,
            "other": 1
        },
        "vip": false,
        "actAsVip": true,
        "onlyFormatCustomTitles": false,
        "showCustomOnHoverIfCasual": false,
        "showOriginalThumbWhenCasual": false,
        "onlyShowCasualIconForCustom": false,
        "ignoreTranslatedTitles": false,
        "freeAccessWaitingPeriod": 259200000
    }
}

Ilosariph avatar Mar 21 '25 17:03 Ilosariph

@Ilosariph it is fixed in 2.0.7

ajayyy avatar Mar 21 '25 18:03 ajayyy