Skip to content

Commit

Permalink
Optimize sspai.com delay time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenshin committed Dec 29, 2017
1 parent 2e1370d commit 802f658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contentscripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function autoOpen() {
break;
case "kancloud.cn":
case "sspai.com":
setTimeout( ()=>readMode(), 500 );
setTimeout( ()=>readMode(), 1000 );
break;
default:
storage.current.site.name != "" && readMode();
Expand Down

0 comments on commit 802f658

Please sign in to comment.