Add monday as service (#197)
* Add monday as service * Replaced static subdomain with placeholder
This commit is contained in:
@@ -161,4 +161,18 @@ export default {
|
|||||||
},
|
},
|
||||||
allowHostOverride: true,
|
allowHostOverride: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
monday: {
|
||||||
|
name: "monday",
|
||||||
|
host: "https://:org.monday.com",
|
||||||
|
urlPatterns: [
|
||||||
|
":host:/boards/:board/pulses/:task",
|
||||||
|
],
|
||||||
|
description: (document, service, { id }) => {
|
||||||
|
const title = document.querySelector('.multiline-ellipsis-component')?.textContent?.trim();
|
||||||
|
const url = document.location.href;
|
||||||
|
return `${title || ""} ${url}`
|
||||||
|
},
|
||||||
|
allowHostOverride: false,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user