Skip to content

Commit 761bba4

Browse files
authored
Merge pull request #4 from Shin-Aska/develop
Version 1.1.2 release
2 parents ecba84a + f81d9b0 commit 761bba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functionality.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function getTransformers() {
4949
else {
5050
resolve({
5151
"www.youtube.com": {regex: /^(?:https?:\/\/)?(?:www\.)?youtube\.com\/shorts\/([^\/?]+)$/i, output: "https://www.youtube.com/watch?v=$1"},
52-
"m.youtube.com": {regex: /^https?:\/\/(?:m\.)?youtube\.com\/(?:shorts\/)?(?:watch\?v=)?([^\/?]+)$/i, output: "https://www.youtube.com/watch?v=$1"}
52+
"m.youtube.com": {regex: /^(?:https?:\/\/)?(?:m\.)?youtube\.com\/shorts\/([^\/?]+)(?:\?[^\/]*)?$/i, output: "https://www.youtube.com/watch?v=$1"}
5353
});
5454
}
5555
})

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ShareDis",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"manifest_version": 3,
55
"description": "Simple webpage sharing tool",
66
"browser_specific_settings": {

0 commit comments

Comments
 (0)