mstodo query
This commit is contained in:
parent
e019d5660b
commit
337acb5448
@ -127,7 +127,11 @@ export default {
|
|||||||
host: "https://to-do.office.com",
|
host: "https://to-do.office.com",
|
||||||
urlPatterns: [":host:/tasks/id/:id(*)"],
|
urlPatterns: [":host:/tasks/id/:id(*)"],
|
||||||
description: (document) =>
|
description: (document) =>
|
||||||
document.querySelector(".detailHeader")?.textContent?.replace(projectRegex, "").trim(),
|
document
|
||||||
|
.querySelector(".detailHeader")
|
||||||
|
?.textContent?.replace(/^[^[]+\[/, "[")
|
||||||
|
.replace(projectRegex, "")
|
||||||
|
.trim(),
|
||||||
projectId: projectIdentifierBySelector(".detailHeader"),
|
projectId: projectIdentifierBySelector(".detailHeader"),
|
||||||
allowHostOverride: false,
|
allowHostOverride: false,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user