Methods to integrate text from local files into a wiki page, or any other HTML page.

With Firefox 28.0 in March 2014 usage of resources via file:/ has been blocked for security reasons. Basically this is okay, but a nuisance for those who are developing scripts on local file system. Greasemonkey permits usage of local scripts, but does not permit versioning, backup switching and IDE, since Greasemonkey storage is somewhere in the browser application folder with arbitrary file names.

The localFileContent package gives access to some local files under security considerations:

For testing and development this offers new opportunities:

Firefox – Add-on