Security Alert: Confirmed Malware
OnLoad scripts
ID: gddicpebdonjdnkhonkkfkibnjpaclok
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- manojmokashiView Profile
You reached today's free scan limit (3/3 unique extensions).
Upgrade for full visibility.
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. <code> // 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 }); </code>
Extracted Data
You reached today's free scan limit (3/3 unique extensions).
Upgrade for full visibility.
URLs
View the external URLs this extension communicates with to understand its network activity and data interactions.
You reached today's free scan limit (3/3 unique extensions).
Upgrade for full visibility.
You reached today's free scan limit (3/3 unique extensions).
Upgrade for full visibility.
Version History
You reached today's free scan limit (3/3 unique extensions).
Upgrade for full visibility.
Browse and explore files within this extension package
You reached today's free scan limit (3/3 unique extensions).
Upgrade for full visibility.