mirror of
https://github.com/aureliendavid/rsspreview.git
synced 2025-08-22 19:28:39 +00:00
enable detection by default
This commit is contained in:
parent
f03abbfb84
commit
1be5615326
@ -2,7 +2,7 @@
|
||||
|
||||
"manifest_version": 2,
|
||||
"name": "RSSPreview",
|
||||
"version": "3.6",
|
||||
"version": "3.7",
|
||||
"author": "Aurelien David",
|
||||
"homepage_url": "https://github.com/aureliendavid/rsspreview",
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
doThumb: false,
|
||||
doMaxWidth: true,
|
||||
valMaxWidth: "900px",
|
||||
doDetect: false,
|
||||
doDetect: true,
|
||||
preventPreview: false,
|
||||
fullPreview: false,
|
||||
enableCss: false,
|
||||
|
@ -37,7 +37,7 @@ function restoreOptions() {
|
||||
doThumb: false,
|
||||
doMaxWidth: true,
|
||||
valMaxWidth: "900px",
|
||||
doDetect: false,
|
||||
doDetect: true,
|
||||
preventPreview: false,
|
||||
fullPreview: false,
|
||||
enableCss: false,
|
||||
|
Loading…
Reference in New Issue
Block a user