You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content.js
+34-1Lines changed: 34 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,4 +159,37 @@ function rootDomain(hostname) {
159
159
160
160
161
161
162
-
// works now, but only one preloader is showing at a time. Not huge deal, but should be fixed eventually
162
+
// works now, but only one preloader is showing at a time. Not huge deal, but should be fixed eventually
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
// Add a route that just takes the domain and returns the summary count for that domain. Then display a badge on the extension icon with the number of summaries for that domain.
172
+
173
+
// call to docdecoder.app/getsumcount with post and send the domain as the json body
174
+
// response will be the number of summaries for that domain, as count
0 commit comments