OnLoad scripts Chrome Extension

Document, videos, var, scripts, function, true, quot, conditional, updated, autoload, load, extension, execute, page, window

OnLoad scripts for Chrome Download

  • Chrome Extension Page
    Deleted from Chrome Web store
  • Total Number of Extension users:
    11 +
  • Reviewed by :
    0 Chrome Users
  • Author Name:
    offered by manojmokashi
OnLoad scripts chrome extension is This extension allows us to run scripts when the page loads.

This extension allows us to run scripts when the page loads.

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 });

OnLoad scripts is deleted from https://chrome.google.com/webstore/. Previously it is on chrome store,its urls is https://chrome.google.com/webstore/detail/onload-scripts/gddicpebdonjdnkhonkkfkibnjpaclok

OnLoad scripts Related Chrome Extensions