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 Dec 15, 2023
1 parent 829f816 commit 875a2d9
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,9 @@
"rw-highlight",
"web-highlight"
],
"mutationExcludeContainsSelectors": [
"msreadoutspan"
],
"shareConfig": {
"injectCss": true,
"removeSelectors": [
Expand Down Expand Up @@ -1061,6 +1064,13 @@
"selectorMatches": "div.simpread-read-root.simpread-read-root-show > sr-read",
"mainFrameSelector": "div.simpread-read-root.simpread-read-root-show > sr-read"
},
{
"id": "pdos.csail.mit.edu",
"matches": "pdos.csail.mit.edu",
"mutationExcludeSelectors": [
"body"
]
},
{
"id": "txt",
"matches": [
Expand All @@ -1070,6 +1080,9 @@
"selectorMatches": [
"body > pre"
],
"mutationExcludeSelectors": [
"body"
],
"isTransformPreTagNewLine": true,
"excludeTags.remove": [
"PRE"
Expand Down Expand Up @@ -4504,6 +4517,25 @@
".cite",
".share",
".arrow-link"
],
"globalAttributes": {
"#Scholarscope_HighlightContent": {
"class": ""
},
"#Scholarscope_HighlightOrigin": {
"class": "Scholarscope_HighlightContents"
}
},
"mutationExcludeContainsSelectors": [
"#Scholarscope_HighlightContent highlight"
],
"mutationExcludeSelectors": [
"#Scholarscope_HighlightContent",
"#Scholarscope_HighlightContent span"
],
"injectedCss": [
"#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}",
"#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"
]
},
{
Expand Down Expand Up @@ -5034,6 +5066,6 @@
]
}
],
"buildinConfigUpdatedAt": "2023-12-15T03:36:09.242Z",
"buildinConfigUpdatedAt": "2023-12-15T10:42:18.837Z",
"latestVersion": "0.12.6"
}

0 comments on commit 875a2d9

Please sign in to comment.