I want to run a short javascript file completely after the entire page and extensions are finished loading.
Even better, if I could delay the loading of the script until 100ms after the page and all extensions in the page are finished loading.
The objective is to to ensure that this javascript file cannot in any way be modified by any browser extension, especially in chrome or firefox. The idea and method in which I intend to force this javascript to run, is to run it only after any extension could possibly run.