Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension not replacing anything #299

Closed
guidezpl opened this issue Oct 11, 2024 · 13 comments
Closed

Extension not replacing anything #299

guidezpl opened this issue Oct 11, 2024 · 13 comments

Comments

@guidezpl
Copy link

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
Copy link
Owner

ajayyy commented Oct 12, 2024

Can you go to options > misc > copy debug info

@guidezpl
Copy link
Author

{
    "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
Copy link

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
Copy link

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

@mrinmaydhar
Copy link

Facing the same issue. It's not replacing on the front page (except for the "Tell us what you like" section). However, it works when a video is opened.

Can you go to options > misc > copy debug info

{
    "debug": {
        "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0",
        "platform": "Win32",
        "language": "en-IN",
        "extensionVersion": "1.8"
    },
    "config": {
        "allowExpirements": true,
        "alreadyActivated": true,
        "alwaysShowShowOriginalButton": true,
        "darkMode": true,
        "extensionEnabled": true,
        "firefoxOldContentScriptRegistration": false,
        "importedConfig": true,
        "lastIncognitoStatus": false,
        "lastVersion": "1.2.10",
        "replaceThumbnails": true,
        "replaceTitles": true,
        "showDonationLink": false,
        "showUpsells": true,
        "thumbnailReplacements": 360843,
        "titleReplacements": 55140,
        "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,
        "defaultToCustom": true,
        "showOriginalOnHover": false,
        "useCrowdsourcedTitles": true,
        "titleMaxLines": 3,
        "channelOverrides": {},
        "customConfigurations": {},
        "showInfoAboutRandomThumbnails": false,
        "showIconForFormattedTitles": true,
        "countReplacements": true,
        "ignoreAbThumbnails": true,
        "hideDetailsWhileFetching": true,
        "firstThumbnailSubmitted": false,
        "activated": true,
        "freeTrialDuration": 21600000,
        "freeAccessWaitingPeriod": 259200000,
        "showActivatedMessage": false,
        "openMenuKey": {
            "key": "d",
            "shift": true
        },
        "enableExtensionKey": {
            "key": "e",
            "ctrl": true,
            "shift": true,
            "alt": true
        }
    }
}

@ajayyy
Copy link
Owner

ajayyy commented Oct 18, 2024

Can you save the web page with Ctrl s and email it to dev @ ajay.app

@mrinmaydhar
Copy link

@ajayyy sent.

@mrinmaydhar
Copy link

Hello @ajayyy, apologies for the ping, but just wanted to confirm if you received the mail. I have been a victim of email spoofing, so most of my mails get sent to junk/spam by mail providers.

@RandomAnimeGamer
Copy link

I'm having an issue where the front page isn't loading any of the updated thumbnails. If I disable DeArrow from its own menu, the original thumbnails partially load. If I disable the extension period, the original thumbnails load immediately.
{
"debug": {
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 OPR/113.0.0.0 (Edition std-1)",
"platform": "Win32",
"language": "en-US",
"extensionVersion": "1.8"
},
"config": {
"activated": true,
"alreadyActivated": true,
"extensionEnabled": true,
"firefoxOldContentScriptRegistration": false,
"firstThumbnailSubmitted": true,
"lastIncognitoStatus": false,
"showActivatedMessage": true,
"showInfoAboutRandomThumbnails": false,
"thumbnailReplacements": 92914,
"titleReplacements": 16575,
"vip": false,
"allowExpirements": true,
"showDonationLink": true,
"showUpsells": true,
"donateClicked": 0,
"darkMode": true,
"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,
"defaultToCustom": true,
"alwaysShowShowOriginalButton": false,
"showOriginalOnHover": false,
"importedConfig": false,
"replaceTitles": true,
"replaceThumbnails": true,
"useCrowdsourcedTitles": true,
"titleMaxLines": 3,
"channelOverrides": {},
"customConfigurations": {},
"showIconForFormattedTitles": true,
"countReplacements": true,
"ignoreAbThumbnails": true,
"hideDetailsWhileFetching": true,
"freeTrialDuration": 21600000,
"freeAccessWaitingPeriod": 259200000,
"openMenuKey": {
"key": "d",
"shift": true
},
"enableExtensionKey": {
"key": "e",
"ctrl": true,
"shift": true,
"alt": true
}
}
}

@ajayyy
Copy link
Owner

ajayyy commented Oct 22, 2024

Looks like they've changed how the entire page is rendered, all the elements are changed

@ajayyy
Copy link
Owner

ajayyy commented Oct 23, 2024

Could someone email me the HTML for the watch page of a video if that is broken as well?

dev @ ajay.app

@ajayyy ajayyy closed this as completed in d491675 Oct 23, 2024
@ajayyy
Copy link
Owner

ajayyy commented Oct 23, 2024

Fixed it for the homepage, will need the related videos to make sure it works there too

@ajayyy
Copy link
Owner

ajayyy commented Oct 24, 2024

Managed to get a session with the related pages acting up and a fix will be in 1.9.1 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants