This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name veracross-downloader | |
// @description Adds buttons to download images from veracross; also enables the arrow keys in the gallery view | |
// @namespace programdotrun.com | |
// @match https://classes.veracross.com/aseds/course/* | |
// @match https://portals.veracross.com/aseds/parent/detail/gallery/* | |
// @downloadURL https://gist.githubusercontent.com/zastrowm/a66ce980f16eca44d8985265856dddee/raw/veracross-downloader.user.js | |
// @updateURL https://gist.githubusercontent.com/zastrowm/a66ce980f16eca44d8985265856dddee/raw/veracross-downloader.user.js | |
// @grant none | |
// @version 1.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace WindowsNative | |
{ | |
public enum SystemErrorCode | |
{ | |
///<summary>The operation completed successfully.</summary> | |
ERROR_ACCESS_DENIED = 5, | |
///<summary>Incorrect function.</summary> | |
ERROR_ADAP_HDW_ERR = 57, |