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 Retrieve Alias Attribute Value | |
// @namespace http://tampermonkey.net/ | |
// @version 0.4.1 | |
// @description Retrieve the value from the "alias" attribute | |
// @author Guido Greco | |
// @match https://view.enews.united.com/?qs=* | |
// @downloadURL https://gist.github.com/malks14/2477dbd85bde2c507e7f48a169139721/raw/retrieve_alias_value-user.js | |
// @updateURL https://gist.github.com/malks14/2477dbd85bde2c507e7f48a169139721/raw/retrieve_alias_value-user.js | |
// ==/UserScript== |