()
| 53 | sendToOptions({bypassCounter}) |
| 54 | }, |
| 55 | resetCounter=()=>{ |
| 56 | bypassCounter=0 |
| 57 | brws.storage.local.set({bypass_counter:0}) |
| 58 | sendToOptions({bypassCounter}) |
| 59 | } |
| 60 | |
| 61 | if(typeof chrome !== 'undefined') console.warn("The message above can be ignored as it is not an issue. Press the 'Clear all' button."); |
| 62 |
nothing calls this directly
no test coverage detected