Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

000Webhost Shortcuts - TM

// ==UserScript==
// @name Files webhost
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://files.000webhost.com/
// @grant none
// ==/UserScript==

document.onkeydown=function(e){
if( e.altKey && e.keyCode==83 ) {
document.querySelector('#edit > div > div > form > div.modal-footer > button.btn.btn-danger.ng-binding').click();
}
if( e.altKey && e.keyCode==67 ) {
document.querySelector('#edit > div > div > form > div.modal-footer > button.btn.btn-default.ng-binding').click();
}
};


This post first appeared on SMARTMANOJ, please read the originial post: here

Share the post

000Webhost Shortcuts - TM

×

Subscribe to Smartmanoj

Get updates delivered right to your inbox!

Thank you for your subscription

×