Jason Levine on Nostr: npub1xgx89…y4t7k It DEIFNITELY gets stranger here. Looking at the WebKit source ...
npub1xgx897zvy5jqwg0ep084q003sg3f6gguj62v0sxu00aakk4uukzq5y4t7k (npub1xgx…4t7k) It DEIFNITELY gets stranger here. Looking at the WebKit source code, here's the function that runs when you choose "Capture Screenshot":
https://github.com/WebKit/WebKit/blob/0ed9d940afc3aac44f07b5f0b68626972aeeb6c1/Source/WebInspectorUI/UserInterface/Views/ContextMenuUtilities.js#L388
and it calls WI.FileUtils.screenshotString() to generate the filename, which is here:
https://github.com/WebKit/WebKit/blob/0ed9d940afc3aac44f07b5f0b68626972aeeb6c1/Source/WebInspectorUI/UserInterface/Base/FileUtilities.js#L27
In that function, the string "Screen Shot" is static — so I literally can't fathom where your "Screenshot" is coming from.
I hate to harp on this, but it's kinda a canary in the coal mine… wonder what's up.
https://github.com/WebKit/WebKit/blob/0ed9d940afc3aac44f07b5f0b68626972aeeb6c1/Source/WebInspectorUI/UserInterface/Views/ContextMenuUtilities.js#L388
and it calls WI.FileUtils.screenshotString() to generate the filename, which is here:
https://github.com/WebKit/WebKit/blob/0ed9d940afc3aac44f07b5f0b68626972aeeb6c1/Source/WebInspectorUI/UserInterface/Base/FileUtilities.js#L27
In that function, the string "Screen Shot" is static — so I literally can't fathom where your "Screenshot" is coming from.
I hate to harp on this, but it's kinda a canary in the coal mine… wonder what's up.