Skip to content

Commit

Permalink
update default_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 5, 2025
1 parent 7def14b commit a75cf6d
Showing 1 changed file with 43 additions and 44 deletions.
87 changes: 43 additions & 44 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2028,7 +2028,6 @@
"[translate=no]",
".navmenu-container",
".google-symbols",
"[style*='Google Symbols']",
"span[class^=material-symbols-]",
"h1 br",
"h2 br",
Expand Down Expand Up @@ -5991,13 +5990,6 @@
"#__next": "font-size: 19px;line-height:28px;"
}
},
{
"id": "chatGoogle",
"matches": "chat.google.com",
"selectors": [
"[jsname=bgckF]"
]
},
{
"id": "fiverr",
"matches": "https://www.fiverr.com/inbox/*",
Expand Down Expand Up @@ -6410,25 +6402,6 @@
".Leftnav"
]
},
{
"id": "bardGoogle",
"matches": "bard.google.com",
"excludeSelectors": [
"mat-sidenav",
"div.capabilities-disclaimer",
"#cdk-overlay-6",
"message-actions button",
".mdc-button__label .ng-star-inserted",
".mdc-list-item__primary-text"
],
"isTranslateTitle": false,
"excludeTags.add": [
"mat-tooltip-component"
],
"excludeTags.remove": [
"BUTTON"
]
},
{
"id": "whatsapp",
"matches": "web.whatsapp.com",
Expand Down Expand Up @@ -11718,10 +11691,50 @@
]
},
{
"id": "makersuite.google",
"matches": "makersuite.google.com",
"id": "bardGoogle",
"matches": "bard.google.com",
"excludeSelectors": [
"mat-sidenav",
"div.capabilities-disclaimer",
"#cdk-overlay-6",
"message-actions button",
".mdc-button__label .ng-star-inserted",
".mdc-list-item__primary-text"
],
"isTranslateTitle": false,
"excludeTags.add": [
"mat-tooltip-component"
],
"excludeTags.remove": [
"BUTTON"
]
},
{
"id": "chatGoogle",
"matches": "chat.google.com",
"selectors": [
"[jsname=bgckF]"
]
},
{
"id": "gemini.google",
"matches": "gemini.google.com",
"injectedCss.add": [
"[data-test-id=conversation] {height: unset!important;}"
]
},
{
"id": "otherGoogle",
"matches": "*.google.com",
"globalStyles": {
".scSearchSearch_results_listSearchresultslistsnippet": "-webkit-line-clamp:unset;"
},
"excludeSelectors.add": [
".material-symbols-outlined"
],
"additionalExcludeSelectors.add": [
".o_35",
"[style*='Google Symbols']"
]
},
{
Expand Down Expand Up @@ -12677,13 +12690,6 @@
"div[data-result='snippet'] > div > span": "-webkit-line-clamp:unset;"
}
},
{
"id": "google-support",
"matches": "support.google.com",
"globalStyles": {
".scSearchSearch_results_listSearchresultslistsnippet": "-webkit-line-clamp:unset;"
}
},
{
"id": "justia",
"matches": "supreme.justia.com",
Expand Down Expand Up @@ -12931,13 +12937,6 @@
".big_box,article .text,article .title {height:unset!important;}"
]
},
{
"id": "gemini.google",
"matches": "gemini.google.com",
"injectedCss.add": [
"[data-test-id=conversation] {height: unset!important;}"
]
},
{
"id": "ieltscat.xdf",
"matches": "ieltscat.xdf.*",
Expand Down Expand Up @@ -13091,6 +13090,6 @@
]
}
],
"buildinConfigUpdatedAt": "2025-01-05T15:04:07.362Z",
"buildinConfigUpdatedAt": "2025-01-05T15:17:50.195Z",
"latestVersion": "1.12.8"
}

0 comments on commit a75cf6d

Please sign in to comment.