├── FritzboxCallerName └── FritzBoxCallerName.user.js ├── Github - Hide bots ├── Github - Hide bots and github-actions.user.js ├── Readme.md └── screenshot.png ├── IMDb.com_enable_right_click └── IMDb.com_enable_right_click_on_images.user.js ├── Multi-OCH ├── .gitignore ├── Highlight OCH links.user.js ├── Multi-OCH Helper Highlight links old screenshot.gif ├── Multi-OCH Helper Highlight links.gif ├── Multi-OCH Helper Highlight links.user.js ├── Multi-OCH Helper old screenshot.gif ├── Multi-OCH Helper.gif ├── Multi-OCH Helper.user.js └── icons │ ├── helper.png │ ├── helper_highlight.png │ └── och.png ├── NRKsubtitleDownload └── NRK_subtitle_download.user.js ├── OneClickHosterList └── OCH_List.js ├── README.md ├── Reverse Image Search ├── LICENSE.md ├── README.md ├── ReverseImageSearch.user.js └── screenshot.png ├── UTF8BOM_test ├── UTF8 BOM test.user.js └── UTF8 without BOM test.user.js ├── Youtube - Hide default playlists ├── Readme.md ├── Youtube-HideDefaultPlaylists.user.js ├── screenshot_menu.png └── screenshot_playlists.png ├── iframeTest └── iframeTest.user.js ├── others ├── 2016-06-01 │ ├── Addic7ed_Favourites.user.js │ ├── Auto_reload_image_after_error,_Referral_Denied.user.js │ ├── Bahn.de_Reiseauskunft_Suchergebnisse_wiederherstellen.user.js │ ├── Bandcamp_Volume_Bar.user.js │ ├── Bandcamp_download_mp3s.user.js │ ├── Chefkoch_PDF_export.user.js │ ├── Google_Images_Bypass_Content_Security_Policy.user.js │ ├── Highlight_OCH_links.user.js │ ├── Multi-OCH_Helper.user.js │ ├── Multi-OCH_Helper_Highlight_links.user.js │ ├── Mydealz_Script.user.js │ ├── Pinterestcom Backup Original Files.user.js │ ├── RequestQueue.js │ ├── Router_Reconnect._For_FRITZ!Box_routers..user.js │ ├── Share_Bandcamp.com_lyrics_and_songtexts_on_Genius.com.user.js │ ├── Show_Metacritic.com_ratings.user.js │ ├── Show_Metacritic.com_ratings_(Safari).user.js │ ├── flickr_Download_Link.user.js │ ├── openuserjs.org_Autologin.user.js │ └── oujs_-_Issues_in_profile.user.js ├── Bandcamp download mp3s.user.js ├── Paywall redirect to Archive.today.user.js ├── Spotify Automatic facebook login.user.js ├── captivate-fm.png ├── captivate-fm.user.js ├── flickr Download Link.user.js └── openuserjs.org Autologin.user.js └── screenshots ├── bandcamp_download_mp3s.png ├── chefkoch-pdf-export.png ├── flickr-download-link.jpg ├── google-images-bypass-content-security-policy.jpg └── pinterest-com-backup-original-files.jpg /FritzboxCallerName/FritzBoxCallerName.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/FritzboxCallerName/FritzBoxCallerName.user.js -------------------------------------------------------------------------------- /Github - Hide bots/Github - Hide bots and github-actions.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Github - Hide bots/Github - Hide bots and github-actions.user.js -------------------------------------------------------------------------------- /Github - Hide bots/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Github - Hide bots/Readme.md -------------------------------------------------------------------------------- /Github - Hide bots/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Github - Hide bots/screenshot.png -------------------------------------------------------------------------------- /IMDb.com_enable_right_click/IMDb.com_enable_right_click_on_images.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/IMDb.com_enable_right_click/IMDb.com_enable_right_click_on_images.user.js -------------------------------------------------------------------------------- /Multi-OCH/.gitignore: -------------------------------------------------------------------------------- 1 | Unrestrict.li/ 2 | testlinks.html -------------------------------------------------------------------------------- /Multi-OCH/Highlight OCH links.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Multi-OCH/Highlight OCH links.user.js -------------------------------------------------------------------------------- /Multi-OCH/Multi-OCH Helper Highlight links old screenshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Multi-OCH/Multi-OCH Helper Highlight links old screenshot.gif -------------------------------------------------------------------------------- /Multi-OCH/Multi-OCH Helper Highlight links.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Multi-OCH/Multi-OCH Helper Highlight links.gif -------------------------------------------------------------------------------- /Multi-OCH/Multi-OCH Helper Highlight links.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Multi-OCH/Multi-OCH Helper Highlight links.user.js -------------------------------------------------------------------------------- /Multi-OCH/Multi-OCH Helper old screenshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Multi-OCH/Multi-OCH Helper old screenshot.gif -------------------------------------------------------------------------------- /Multi-OCH/Multi-OCH Helper.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Multi-OCH/Multi-OCH Helper.gif -------------------------------------------------------------------------------- /Multi-OCH/Multi-OCH Helper.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Multi-OCH/Multi-OCH Helper.user.js -------------------------------------------------------------------------------- /Multi-OCH/icons/helper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Multi-OCH/icons/helper.png -------------------------------------------------------------------------------- /Multi-OCH/icons/helper_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Multi-OCH/icons/helper_highlight.png -------------------------------------------------------------------------------- /Multi-OCH/icons/och.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Multi-OCH/icons/och.png -------------------------------------------------------------------------------- /NRKsubtitleDownload/NRK_subtitle_download.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/NRKsubtitleDownload/NRK_subtitle_download.user.js -------------------------------------------------------------------------------- /OneClickHosterList/OCH_List.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/OneClickHosterList/OCH_List.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/README.md -------------------------------------------------------------------------------- /Reverse Image Search/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Reverse Image Search/LICENSE.md -------------------------------------------------------------------------------- /Reverse Image Search/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Reverse Image Search/README.md -------------------------------------------------------------------------------- /Reverse Image Search/ReverseImageSearch.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Reverse Image Search/ReverseImageSearch.user.js -------------------------------------------------------------------------------- /Reverse Image Search/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Reverse Image Search/screenshot.png -------------------------------------------------------------------------------- /UTF8BOM_test/UTF8 BOM test.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/UTF8BOM_test/UTF8 BOM test.user.js -------------------------------------------------------------------------------- /UTF8BOM_test/UTF8 without BOM test.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/UTF8BOM_test/UTF8 without BOM test.user.js -------------------------------------------------------------------------------- /Youtube - Hide default playlists/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Youtube - Hide default playlists/Readme.md -------------------------------------------------------------------------------- /Youtube - Hide default playlists/Youtube-HideDefaultPlaylists.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Youtube - Hide default playlists/Youtube-HideDefaultPlaylists.user.js -------------------------------------------------------------------------------- /Youtube - Hide default playlists/screenshot_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Youtube - Hide default playlists/screenshot_menu.png -------------------------------------------------------------------------------- /Youtube - Hide default playlists/screenshot_playlists.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/Youtube - Hide default playlists/screenshot_playlists.png -------------------------------------------------------------------------------- /iframeTest/iframeTest.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/iframeTest/iframeTest.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Addic7ed_Favourites.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Addic7ed_Favourites.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Auto_reload_image_after_error,_Referral_Denied.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Auto_reload_image_after_error,_Referral_Denied.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Bahn.de_Reiseauskunft_Suchergebnisse_wiederherstellen.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Bahn.de_Reiseauskunft_Suchergebnisse_wiederherstellen.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Bandcamp_Volume_Bar.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Bandcamp_Volume_Bar.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Bandcamp_download_mp3s.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Bandcamp_download_mp3s.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Chefkoch_PDF_export.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Chefkoch_PDF_export.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Google_Images_Bypass_Content_Security_Policy.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Google_Images_Bypass_Content_Security_Policy.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Highlight_OCH_links.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Highlight_OCH_links.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Multi-OCH_Helper.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Multi-OCH_Helper.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Multi-OCH_Helper_Highlight_links.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Multi-OCH_Helper_Highlight_links.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Mydealz_Script.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Mydealz_Script.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Pinterestcom Backup Original Files.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Pinterestcom Backup Original Files.user.js -------------------------------------------------------------------------------- /others/2016-06-01/RequestQueue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/RequestQueue.js -------------------------------------------------------------------------------- /others/2016-06-01/Router_Reconnect._For_FRITZ!Box_routers..user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Router_Reconnect._For_FRITZ!Box_routers..user.js -------------------------------------------------------------------------------- /others/2016-06-01/Share_Bandcamp.com_lyrics_and_songtexts_on_Genius.com.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Share_Bandcamp.com_lyrics_and_songtexts_on_Genius.com.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Show_Metacritic.com_ratings.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Show_Metacritic.com_ratings.user.js -------------------------------------------------------------------------------- /others/2016-06-01/Show_Metacritic.com_ratings_(Safari).user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/Show_Metacritic.com_ratings_(Safari).user.js -------------------------------------------------------------------------------- /others/2016-06-01/flickr_Download_Link.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/flickr_Download_Link.user.js -------------------------------------------------------------------------------- /others/2016-06-01/openuserjs.org_Autologin.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/openuserjs.org_Autologin.user.js -------------------------------------------------------------------------------- /others/2016-06-01/oujs_-_Issues_in_profile.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/2016-06-01/oujs_-_Issues_in_profile.user.js -------------------------------------------------------------------------------- /others/Bandcamp download mp3s.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/Bandcamp download mp3s.user.js -------------------------------------------------------------------------------- /others/Paywall redirect to Archive.today.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/Paywall redirect to Archive.today.user.js -------------------------------------------------------------------------------- /others/Spotify Automatic facebook login.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/Spotify Automatic facebook login.user.js -------------------------------------------------------------------------------- /others/captivate-fm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/captivate-fm.png -------------------------------------------------------------------------------- /others/captivate-fm.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/captivate-fm.user.js -------------------------------------------------------------------------------- /others/flickr Download Link.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/flickr Download Link.user.js -------------------------------------------------------------------------------- /others/openuserjs.org Autologin.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/others/openuserjs.org Autologin.user.js -------------------------------------------------------------------------------- /screenshots/bandcamp_download_mp3s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/screenshots/bandcamp_download_mp3s.png -------------------------------------------------------------------------------- /screenshots/chefkoch-pdf-export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/screenshots/chefkoch-pdf-export.png -------------------------------------------------------------------------------- /screenshots/flickr-download-link.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/screenshots/flickr-download-link.jpg -------------------------------------------------------------------------------- /screenshots/google-images-bypass-content-security-policy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/screenshots/google-images-bypass-content-security-policy.jpg -------------------------------------------------------------------------------- /screenshots/pinterest-com-backup-original-files.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Userscripts/HEAD/screenshots/pinterest-com-backup-original-files.jpg --------------------------------------------------------------------------------