|
JavaScript Restrictor
Browser extension that improves privacy and security
|
Webextension benchmarking script using Google Lighthouse. More...
import as;
Functions | |
| function | conditionalLog (condition,...args) |
| function | checkFileExists (dir, file) |
| function | buildExtension (dir) |
| function | parseArgs () |
| function async | runBenchmarks (chromeInstances, argv) |
| function async | main () |
Variables | |
| let | runCount = config.runCount |
| let | outFile = null |
| let | urls = config.urls |
| const | helpString |
| const | example |
| const you can prepend !to the | definition |
| const you can prepend !to the the path must lead to a directory with a Makefile where make will be executed The build output is expected to be in build chrome by default and can be | set |
| const | benchmarkCollector |
Webextension benchmarking script using Google Lighthouse.
| function buildExtension | ( | dir | ) |

| function checkFileExists | ( | dir, | |
| file | |||
| ) |

| function conditionalLog | ( | condition, | |
| args | |||
| ) |

| function async main | ( | ) |

| function parseArgs | ( | ) |


| function async runBenchmarks | ( | chromeInstances, | |
| argv | |||
| ) |


| const benchmarkCollector |
| const you can prepend !to the definition |
| const you can prepend !to the example |
| const helpString |
| let outFile = null |
| let runCount = config.runCount |
| const you can prepend !to the the path must lead to a directory with a Makefile where make will be executed The build output is expected to be in build chrome by default and can be set |
| let urls = config.urls |