This extension allows us to run scripts when the page loads

OnLoad scripts
Extension stats
This extension was removed from Chrome Web Store on
2022-07-23
Manifest V2
Permissions:
- storage
Size: 20.76K
Full description: See detailed description
Other platforms
Not available on Android
Not available on Firefox
Not available on Edge
User reviews
Did just exactly what i was looking for !
by
Nicholas Khoo, 2022-07-03
Did exactly what I needed. Very good. The only improvement I can think of is to add syntax highlighting and autosave.
by
Mateo White, 2022-04-21
Decent solution for dirty tasks! :)
Suppose, you hate Jira and its unavoidable habit to enter the edit mode on the description click. So you just save this chunk in the extension options, and that's it: only ⌘+Click opens the editor!
document.addEventListener('click', ((event)=>{
if (event.metaKey || event.ctrlKey || document.body.id !== 'jira') {
return;
}
let e = event.target;
let contentWrapperFound;
while (e && e !== document && e.tagName !== 'A') {
if (!contentWrapperFound && (
e.matches('div[class^="ContentWrapper_"]') ||
e.matches('div[class^="ak-renderer-document"]')
)) {
contentWrapperFound = true;
} else if (e.matches('div[role="presentation"]')) {
if (contentWrapperFound) {
console.log("CLICKED TO NOT EDIT, hold ctrl/cmd if you really want the thing to happen");
event.preventDefault();
event.stopPropagation();
return false;
} else {
break;
}
}
e = e.parentNode;
}
}
), {
capture: true
});
by
Vadym Milichev, 2021-12-01
Extension safety
Risk impact
OnLoad scripts requires very minimum permissions.
Risk impact analysis details
- High Injects scripts into web pages, which may alter or extract site contents, resulting in a substantial risk.
- Low ******* ****** ** *** ********* ********
Risk likelihood
We don't have sufficient data to confidently determine the risk likelihood of OnLoad scripts. Use it at your own risk.
Risk likelihood analysis details
- Critical This extension is not longer available in the store
Upgrade to see full risk analysis details
Similar extensions
Here are some Chrome extensions that are similar to OnLoad scripts:
szamil
2K
manecocomph
841
eGust
246
xcv58
50K
https://jaak.kytt.ee
1,000
Ataiva.com
30K
tenRabbits
100K
luisnaia
4K
Albert Sun
115
Jon Ander Echeverria Sanchez
967
SeevenDev
512
Ruud14
9K
https://scripty.abhisheksatre.com
20K
Albert Sun
291
Daniel Han
1,000
zhangsanshi5566
17
https://nerdspeak.net
7K
Vinay Kaparthi
10K
https://luciopaiva.com
1,000
Yehuda Moskowitz
1,000
BlueCaret
2K
martin.suba01
719
Trevor Reed
899
dotpower.com
1,000