2828 />
2929 </ head >
3030
31- < body class ="">
31+ < body class ="mb-10 p-10 ">
3232 <!-- Nav Bar -->
3333 < nav class ="navbar bg-body-tertiary ">
3434 < div class ="container-fluid ">
@@ -89,6 +89,108 @@ <h5 class="card-title">
8989 </div>
9090 -->
9191
92+ <!-- Modal -->
93+ < div
94+ class ="modal fade "
95+ id ="how_to_enable_applescript_js_modal "
96+ tabindex ="-1 "
97+ aria-labelledby ="how_to_enable_applescript_js_modal "
98+ aria-hidden ="true "
99+ >
100+ < div class ="modal-dialog ">
101+ < div class ="modal-content ">
102+ < div class ="modal-header ">
103+ < h1
104+ class ="modal-title fs-5 "
105+ id ="how_to_enable_applescript_js_modal "
106+ >
107+ Enable Applescript on Your Browsers
108+ </ h1 >
109+ < button
110+ type ="button "
111+ class ="btn-close "
112+ data-bs-dismiss ="modal "
113+ aria-label ="Close "
114+ > </ button >
115+ </ div >
116+ < div class ="modal-body ">
117+ < p class ="">
118+ To enable granular storage, you will need to allow
119+ applescript execution in Brave, Chrome and Safari.
120+ </ p >
121+
122+ < p > For Brave and Chrome:</ p >
123+ < ol >
124+ < li > Open the browsers (Brave and Chrome)</ li >
125+ < li > Go to "View"</ li >
126+ < li > Go to "Developer"</ li >
127+ < li >
128+ Click on "Allow Javascript from Apple Events"
129+ </ li >
130+ < li > Restart Chrome, Brave and Infr</ li >
131+ </ ol >
132+
133+ < p > For Safari:</ p >
134+ < ol >
135+ < li > Open the Safari Browser</ li >
136+ < li > Go to "Develop"</ li >
137+ < li >
138+ Click on "Allow Javascript from Apple Events"
139+ </ li >
140+ < li > Restart Safari and Infr</ li >
141+ </ ol >
142+ < img
143+ class ="img-fluid "
144+ src ="https://res.cloudinary.com/dcwz20wdd/video/upload/q_auto:eco/v1694600455/Enable_AppleScript_Access_trjggc.gif "
145+ />
146+ </ div >
147+ < div class ="modal-footer "> </ div >
148+ </ div >
149+ </ div >
150+ </ div >
151+
152+ <!-- Code Storage -->
153+ < div class ="container mt-5 ">
154+ < div class ="card ">
155+ < h5 class ="card-header bg-primary text-white ">
156+ Granular Storage
157+ < button class ="mb-n2 btn btn-success btn-sm ml-3 ">
158+ Recommended
159+ </ button >
160+ </ h5 >
161+ < div class ="card-body ">
162+ < p class ="card-text ">
163+ Allow Infr to store relivable snippets from websites you
164+ visit. This will allow you to revisit the page at any
165+ time in the future.
166+ </ p >
167+ < p
168+ class ="h6 mb-3 "
169+ type ="button "
170+ class ="btn btn-primary "
171+ data-bs-toggle ="modal "
172+ data-bs-target ="#how_to_enable_applescript_js_modal "
173+ >
174+ How do I enable this on the browser?
175+ </ p >
176+ < input
177+ type ="checkbox "
178+ class ="btn-check "
179+ id ="btn_is_code_storage_enabled "
180+ onclick ="handleChangeInCodeStorage() "
181+ autocomplete ="off "
182+ checked
183+ />
184+ < label
185+ class ="btn btn-outline-success "
186+ for ="btn_is_code_storage_enabled "
187+ id ="btn_is_code_storage_enabled_label "
188+ > Code Storage Enabled</ label
189+ > < br />
190+ </ div >
191+ </ div >
192+ </ div >
193+
92194 <!-- incognito Keywords -->
93195 < div class ="container mt-5 ">
94196 < div class ="card ">
@@ -98,8 +200,8 @@ <h5 class="card-header bg-primary d-flex text-white">
98200 < div class ="card-body ">
99201 < p class ="card-text ">
100202 Apps or websites that include any of the following
101- keywords will not be tracked. Capitalization does not
102- matter.
203+ keywords will not be tracked, stored or recorded in any
204+ way. Capitalization does not matter.
103205 </ p >
104206 < p class ="h6 "> Useful defaults</ p >
105207
0 commit comments