Skip to content

Instantly share code, notes, and snippets.

@maelvls
Last active September 7, 2022 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maelvls/9cac04d915e43ccf37d01743dff11f8e to your computer and use it in GitHub Desktop.
Save maelvls/9cac04d915e43ccf37d01743dff11f8e to your computer and use it in GitHub Desktop.

Dev Assistant (chrome extension) settings

This gist can be shared, no problem.

Update 6 June 2022: it seems like dev assistant, which was published as a Chrome extension, has been withdrawn (probably by their authors). The source code for the extension is on GitHub: https://github.com/shridhar-tl/dev-assist. I don't know how to add the extension "manually" using the source code.

Screenshot 2022-03-01 at 12 11 35

Screenshot 2022-03-01 at 12 12 21

{
"17ac9f11-d940-4485-b0c3-b24c5d1b4367": {
"name": "clockify",
"desc": "clockify has changed clockify.me/calendar to app.clockify.me/calendar",
"filters": [
{
"id": "url",
"comparer": "===",
"value": "https://clockify.me/calendar"
}
],
"actions": [
{
"id": "act_redr_req",
"key": "url",
"value": "https://app.clockify.me/calendar"
}
],
"created": 1646299350933,
"modified": 1648720348990
},
"3b8b2c6b-0156-40a1-ab6b-2e1fd4492c54": {
"name": "Sites on mael65@gmail.com",
"desc": "Google Photos, Remote Desktop. The query param is ?authuser=1.",
"filters": [
{
"id": "hostname",
"comparer": "[%]",
"value": [
"photos.google.com",
"remotedesktop.google.com"
]
},
{
"id": "url",
"comparer": "[!%]",
"value": [
"/u/",
"authuser"
]
}
],
"actions": [
{
"id": "act_mod_qry",
"key": "authuser",
"value": "1"
}
],
"created": 1646299350933,
"modified": 1653996307520
},
"426a04ce-c226-4635-a61b-8b08dbecd850": {
"name": "Google Meet: from authuser=0 to authuser=3",
"desc": "Google Meet: from authuser=0 to authuser=3",
"filters": [
{
"id": "hostname",
"comparer": "===",
"value": "meet.google.com"
},
{
"id": "quer_param",
"comparer": "===",
"key": "authuser",
"value": "0"
}
],
"actions": [
{
"id": "act_mod_qry",
"type": "modify",
"key": "authuser",
"value": "3"
}
],
"created": 1661264210476
},
"50acb4d0-4f6f-4255-983b-bf492798650f": {
"name": "Add cache to large TPP bundle.js",
"desc": "Cache-control: max-age=2592000 (30 days)",
"filters": [
{
"id": "url",
"comparer": "===",
"value": "https://venafi-tpp.platform-ops.jetstack.net/vedadmin/scripts/react/dist/bundle.js"
}
],
"actions": [
{
"id": "act_res_header",
"key": "Cache-Control",
"value": "max-age=2592000"
},
{
"id": "act_mod_hdr",
"type": "remove",
"key": "Cache-Control"
}
],
"created": 1661943682254,
"modified": 1661943924806
},
"9a6c2670-421d-4ba2-9e77-0e3da804eccb": {
"name": "Sites on mael.valais@jetstack.io",
"desc": "Google Calendar, Google Cloud, Google Meet. The query param is ?authuser=3",
"filters": [
{
"id": "hostname",
"comparer": "[%]",
"value": [
"console.cloud.google.com",
"calendar.google.com",
"meet.google.com",
"drive.google.com",
"docs.google.com"
]
},
{
"id": "url",
"comparer": "[!%]",
"value": [
"/u/",
"authuser",
"https://meet.google.com/hangouts/",
"https://meet.google.com/_/",
"clients6.google.com",
"https://docs.google.com/document/logImpressions"
]
}
],
"actions": [
{
"id": "act_mod_qry",
"key": "authuser",
"value": "3"
}
],
"created": 1646299350933,
"modified": 1656929421174
},
"b399454d-4cf9-4ce9-ad26-78d30063caba": {
"name": "Google Docs with mael@vls.dev",
"desc": "The Google Docs that should be opened with the Google account \"mael@vls.dev\". The query param is ?authuser=2.",
"filters": [
{
"id": "hostname",
"comparer": "===",
"value": "docs.google.com"
},
{
"id": "url",
"comparer": "[!%]",
"useOr": false,
"value": [
"/u/",
"authuser",
"https://meet.google.com/_/",
"https://meet.google.com/hangouts/"
]
},
{
"id": "url",
"comparer": "[%]",
"useOr": false,
"value": [
"1Cv95XFCL6S_9pIyS0drnsDLsfinWc2tHOFl_x3-_SWI",
"1Tc5t6ylY9dhXAan1OjOoldeaoys1Yh4Ir710ATfBa5U",
"1woLGRoONE3EBVx-wTb4pvp4CI7tmLZ6lS26VTbosLKM",
"1LdooNTbb9PZMFWy3_F-XAsl7Og5F2lvG3tCgQvoB5e4",
"1_w77-zG_Xj0zYvEMfQZTQ-wPP4kXkpGD8smVtW_qqWM",
"186P_bF3nxV301u5k6D0xceiP8H4tfRTrTJ8rphlSH5g",
"1B_hpVAKxxNaSgVYAsHdjq_57eZEkYUuxcxecbcl3H9c"
]
}
],
"actions": [
{
"id": "act_mod_qry",
"key": "authuser",
"value": "2"
}
],
"created": 1646299350933,
"modified": 1654791142063
},
"dateCreated": 1662559924136,
"itemsCount": 6
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment