OnLoad Scripts

OnLoad Scripts 1.0 CRX for Chrome

A Free Developer Tools Extension

Published By manojmokashi

OnLoad Scripts (gddicpebdonjdnkhonkkfkibnjpaclok): This extension allows us to run scripts when the page loads... Read More > or Download Now >

OnLoad Scripts for Chrome

Download CRX

Download

20.27 KB

Chrome Store

Tech Specs

  • • Type: Browser Extension
  • • Latest Version: 1.0
  • • Price: Freeware
  • • Offline: No
  • • Developer: manojmokashi

User Reviews

  • 10 Votes, Average: 4.8 out of 5
  • • Rating Average
  • 4.8 out of 5
  • • Rating Users
  • 10

Download Count

  • • Total Downloads
  • 13
  • • Current Version Downloads
  • 13
  • • Updated: April 5, 2016

OnLoad Scripts is a free Developer Tools Extension for Chrome. You could download the latest version crx file and install it.

More About OnLoad Scripts

OnLoad Scripts Screenshot Image
We can specify any javascript in the options, that we want to execute on document load,
we can make it conditional based on window.href etc.
e.g. stop videos autoload.

// this list is auto-updated
var videos = document.getElementsByTagName("video" );
function stopVideosPreload(){
for( var j=0; j< videos.length; j++){
videos[j].preload = "none";
}
}

var obs = new MutationObserver( function(mutations, observer){
stopVideosPreload();
}
);

obs.observe( document.body, { childList:true, subtree:true });

Download OnLoad Scripts 1.0

More Extensions to Consider (Similar or Related)