ajayyy / DeArrow

Crowdsourcing better titles and thumbnails on YouTube
https://dearrow.ajay.app
GNU General Public License v3.0
1.41k stars 38 forks source link

Extension not replacing anything #299

Open guidezpl opened 1 week ago

guidezpl commented 1 week ago

I've activated the extension, and even tried it in an incognito window with no other extensions enabled, and no replacement is happening.

0 titles and 0 thumbnails have been replaced since you installed this extension

Any troubleshooting steps?

ajayyy commented 5 days ago

Can you go to options > misc > copy debug info

guidezpl commented 4 days ago
{
    "debug": {
        "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36",
        "platform": "MacIntel",
        "language": "en",
        "extensionVersion": "1.8"
    },
    "config": {
        "activated": true,
        "allowExpirements": true,
        "alreadyActivated": true,
        "alwaysShowShowOriginalButton": true,
        "darkMode": true,
        "firefoxOldContentScriptRegistration": false,
        "importedConfig": true,
        "lastIncognitoStatus": true,
        "showActivatedMessage": true,
        "showDonationLink": true,
        "showInfoAboutRandomThumbnails": true,
        "showUpsells": true,
        "thumbnailReplacements": 2,
        "vip": false,
        "donateClicked": 0,
        "invidiousInstances": 0,
        "keepUnsubmitted": true,
        "keepUnsubmittedInPrivate": false,
        "thumbnailSaturationLevel": 100,
        "titleFormatting": 1,
        "shouldCleanEmojis": true,
        "onlyTitleCaseInEnglish": false,
        "serverAddress": "Default server address",
        "thumbnailServerAddress": "https://dearrow-thumb.ajay.app",
        "fetchTimeout": 7000,
        "startLocalRenderTimeout": 2000,
        "renderTimeout": 25000,
        "thumbnailCacheUse": 2,
        "showGuidelineHelp": true,
        "thumbnailFallback": 0,
        "thumbnailFallbackAutogenerated": 0,
        "showLiveCover": true,
        "extensionEnabled": true,
        "defaultToCustom": true,
        "showOriginalOnHover": false,
        "replaceTitles": true,
        "replaceThumbnails": true,
        "useCrowdsourcedTitles": true,
        "titleMaxLines": 3,
        "channelOverrides": {},
        "customConfigurations": {},
        "showIconForFormattedTitles": true,
        "countReplacements": true,
        "titleReplacements": 0,
        "ignoreAbThumbnails": true,
        "hideDetailsWhileFetching": true,
        "firstThumbnailSubmitted": false,
        "freeTrialDuration": 21600000,
        "freeAccessWaitingPeriod": 259200000,
        "openMenuKey": {
            "key": "d",
            "shift": true
        },
        "enableExtensionKey": {
            "key": "e",
            "ctrl": true,
            "shift": true,
            "alt": true
        }
    }
}
koiz-koiz commented 8 hours ago

I've had a similar problem, and i think it may be caused by a UI experiment image image dearrow works on pages where the upload button on the masthead is just the icon, but doesn't when it's the button marked "create"

koiz-koiz commented 8 hours ago

okay upon further inspection, the experiment is having the masthead and chipbar be translucent, like ambient mode. using inspect element the experiment consists of 2 parts, backdrop-filter-experiment and button-shape-next image