Skip to content

Commit

Permalink
Handle new photos.fife.usercontent.google.com url for user content
Browse files Browse the repository at this point in the history
  • Loading branch information
mtalcott committed May 29, 2024
1 parent 59cb194 commit 3a869f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome_extension/src/scripts/google_photos_content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function handleDeletePhoto(
};

try {
await waitForElement("img[aria-label][src*='googleusercontent.com']");
await waitForElement("img[aria-label][src*='usercontent']");
} catch (error) {
chrome.runtime.sendMessage({
...resultMessage,
Expand Down

0 comments on commit 3a869f0

Please sign in to comment.