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== | |
// @id nima-rahbar | |
// @name Lynda Video Downloader | |
// @name:el Λήψη βίντεο Lynda | |
// @name:fa دانلود ویدیوهای سایت لیندا | |
// @version 1.0.1 | |
// @author Nima Rahbar | |
// @namespace https://www.github.com/nima-rahbar | |
// @description Download videos on Lynda.com | |
// @icon https://nimarahbar.com/wp-content/uploads/2017/07/favicon.png |
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 Linkvertise Bypass | |
// @namespace https://github.com/nima-rahbar/ | |
// @version 1.0 | |
// @description Bypass links that cannot be bypassed by Universal Bypass | |
// @author Nima Rahbar | |
// @match *://*.linkvertise.com/* | |
// @match *://*.linkvertise.net/* | |
// @match *://*.link-to.net/* | |
// @icon https://nimarahbar.com/wp-content/uploads/2017/07/favicon.png |
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== | |
// @id nima-rahbar | |
// @name Lynda Subtitles Downloader | |
// @name:el Λήψη υποτίτλων Lynda | |
// @name:fa دانلود زیرنویس های سایت لیندا | |
// @version 1.1.3 | |
// @author Nima Rahbar | |
// @namespace https://www.github.com/nima-rahbar | |
// @description Download subtitles on Lynda.com | |
// @icon https://nimarahbar.com/wp-content/uploads/2017/07/favicon.png |