Guide To File
Please find below some of the most popular articles I've written on Guide To File.
Table of Contents
Sample Greasemonkey Script in Chrome to process local files
Sample Greasemonkey Script in Chrome to process local files
The following script will fire an alert box for local files: // ==UserScript== // @name Matcher // @descriptions Match Local Files // @version 1 // @match file://* // ==/UserScript== alert(1); Save as “match.user.js”. Drop into a Chrome tab and you will be prompted to install. These are done per user profile. Each time you re-install [...] Read More...
