OnLoad scripts

This extension allows us to run scripts when the page loads

OnLoad scripts

Extension stats

Manifest V2
Users: 637
Rating: 4.80
(10)
Version: 1.0 (Last updated: 2016-04-05)
Creation date: 2016-04-05
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
View all user reviews

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: