├── .gitattributes ├── Amazon_Video_-_subtitle_downloader.user.js ├── Google_Images_-_search_by_paste.user.js ├── Netflix_-_subtitle_downloader.user.js ├── README.md ├── iTunes_-_subtitle_downloader.user.js └── libraries └── xhrHijacker.js /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tithen-Firion/UserScripts/HEAD/.gitattributes -------------------------------------------------------------------------------- /Amazon_Video_-_subtitle_downloader.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tithen-Firion/UserScripts/HEAD/Amazon_Video_-_subtitle_downloader.user.js -------------------------------------------------------------------------------- /Google_Images_-_search_by_paste.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tithen-Firion/UserScripts/HEAD/Google_Images_-_search_by_paste.user.js -------------------------------------------------------------------------------- /Netflix_-_subtitle_downloader.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tithen-Firion/UserScripts/HEAD/Netflix_-_subtitle_downloader.user.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tithen-Firion/UserScripts/HEAD/README.md -------------------------------------------------------------------------------- /iTunes_-_subtitle_downloader.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tithen-Firion/UserScripts/HEAD/iTunes_-_subtitle_downloader.user.js -------------------------------------------------------------------------------- /libraries/xhrHijacker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tithen-Firion/UserScripts/HEAD/libraries/xhrHijacker.js --------------------------------------------------------------------------------