File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -682,6 +682,25 @@ const tabs = [
682682 s . viewCookies ,
683683 s . removeCookies ,
684684 createTitle ( "--- Other ---" , "--- Khác ---" ) ,
685+ {
686+ id : "recommend_chromeFlags" ,
687+ icon : '<i class="fa-solid fa-flask fa-lg"></i>' ,
688+ name : {
689+ en : "Make browser super fast" ,
690+ vi : "Tăng tốc tối đa trình duyệt" ,
691+ } ,
692+ description : {
693+ en : "Some flags experiments that can make your browser super fast" ,
694+ vi : "Các flags giúp trình duyệt của bạn chạy nhanh hơn thỏ" ,
695+ } ,
696+ badges : [ BADGES . new ] ,
697+ popupScript : {
698+ onClick : ( ) =>
699+ window . open (
700+ "https://www.androidauthority.com/chrome-flags-1009941/"
701+ ) ,
702+ } ,
703+ } ,
685704 {
686705 id : "recommend_viewSavedWifiPass" ,
687706 icon : '<i class="fa-solid fa-wifi"></i>' ,
Original file line number Diff line number Diff line change 22
33## 28/04/2024 - 24/05/2024
44
5+ - [x] chrome flags for faster web exp < https://www.androidauthority.com/chrome-flags-1009941/ >
6+
57- [ ] fb detect unfriend - xem ai huỷ kết bạn với bạn
68
79- [x] Enable smooth scroll < https://chrome.google.com/webstore/detail/nbokbjkabcmbfdlbddjidfmibcpneigj >
You can’t perform that action at this time.
0 commit comments