├── sites ├── instagram │ ├── saved.usernames.txt │ ├── index.php │ ├── saved.ip.txt │ ├── index_files │ │ ├── 001bc33056c1.jpg │ │ ├── 2d9d7248af43.jpg │ │ ├── 4b70f6fae447.png │ │ ├── 629d23a3c7b2.jpg │ │ ├── 9e7638226e17.png │ │ ├── aafd8c6b005d.jpg │ │ ├── f06b908907d5.png │ │ ├── f55c258e826e.png │ │ ├── f5ae123ab1e2.jpg │ │ └── fb48443ec9d3.png │ ├── login.php │ └── ip.php ├── icloud │ ├── check1.png │ ├── css │ │ ├── Thumbs.db │ │ ├── _logo.png │ │ ├── arrow.png │ │ ├── cloud.png │ │ ├── help.png │ │ ├── logo.png │ │ ├── checked.png │ │ ├── cloud1.png │ │ ├── arrow_bold.png │ │ ├── packed-1@2x.png │ │ ├── icloud_effect1.png │ │ ├── pattern_middle.png │ │ ├── stylesheet-1@2x.png │ │ ├── icloud_wallpaper.png │ │ ├── HelveticaNeue-Light.html │ │ ├── HelveticaNeue-Light.woff │ │ ├── HelveticaNeue-Medium.woff │ │ └── HelveticaNeue-Light-2.html │ ├── index.php │ ├── iCloud_files │ │ └── Thumbs.db │ ├── Apple Inc._files │ │ ├── iCloud_logo_iPhone_177x44.jpg │ │ └── style.css │ ├── login.php │ └── ip.php ├── vk │ ├── index.php │ ├── login.php │ └── ip.php ├── adobe │ ├── index.php │ ├── login.php │ ├── ip.php │ └── login.html ├── amazon │ ├── index.php │ ├── login.php │ └── ip.php ├── apple │ ├── images │ │ ├── cc2.png │ │ ├── hsa.png │ │ ├── key.png │ │ ├── usa.png │ │ ├── alert.png │ │ ├── ccdate.png │ │ ├── hcard.png │ │ ├── hname.png │ │ ├── info.png │ │ ├── iphone.png │ │ ├── logo.png │ │ ├── pause.png │ │ ├── phone.png │ │ ├── buynows.gif │ │ ├── buynows.png │ │ ├── favicon.ico │ │ ├── joinnows.gif │ │ ├── joinnows.png │ │ ├── pointer.gif │ │ ├── tab_ipad.png │ │ ├── tab_ipod.png │ │ ├── tab_mac.png │ │ ├── freetrials.gif │ │ ├── freetrials.png │ │ ├── icon_close.png │ │ ├── input_fail.png │ │ ├── input_pass.png │ │ ├── ordernows.gif │ │ ├── ordernows.png │ │ ├── playpause.png │ │ ├── qt_bgtrack.gif │ │ ├── qt_pointer.png │ │ ├── tab_apple.png │ │ ├── tab_iphone.png │ │ ├── tab_itunes.png │ │ ├── tab_store.png │ │ ├── tab_support.png │ │ ├── tab_watch.png │ │ ├── upgradenows.gif │ │ ├── upgradenows.png │ │ ├── breadcrumb_bg.png │ │ ├── close_button.png │ │ ├── directory_bg.png │ │ ├── downloadnows.gif │ │ ├── downloadnows.png │ │ ├── external10x10.gif │ │ ├── key_document.png │ │ ├── locks_chrome.png │ │ ├── morearrow_08c.gif │ │ ├── preorder_blue.png │ │ ├── preordernows.gif │ │ ├── preordernows.png │ │ ├── qt_playpause.gif │ │ ├── widget_close.png │ │ ├── breadcrumb_home.png │ │ ├── breadcrumb_sep.png │ │ ├── directory_capbg.png │ │ ├── globalnav_tabs7.png │ │ ├── globalsearch_bg.png │ │ ├── promofooter_top.png │ │ ├── qt_bgtrack_load.gif │ │ ├── qt_closedcaption.png │ │ ├── quicktime_track.png │ │ ├── resend-disabled.png │ │ ├── globalicondl11x10.gif │ │ ├── globalicondmg12x12.gif │ │ ├── globaliconpdf12x12.gif │ │ ├── globaliconqt12x12.gif │ │ ├── globaliconzip12x12.gif │ │ ├── globalnav_nosearch.png │ │ ├── globalsearch_field.png │ │ ├── globalsearch_reset.gif │ │ ├── morearrow_big_08c.gif │ │ ├── myappleid_verified.png │ │ ├── pillbevel_leftcap.png │ │ ├── pillbevel_rightcap.png │ │ ├── promofooter_bottom.png │ │ ├── qt_endstate640x360.jpg │ │ ├── qt_loading640x360.gif │ │ ├── quicktime_pointer.png │ │ ├── search_icon_black.png │ │ ├── search_icon_white.png │ │ ├── applecaresupporticon.png │ │ ├── breadcrumb_home_over.png │ │ ├── breadcrumb_separator.png │ │ ├── globaliconaudio12x12.gif │ │ ├── globaliconhtml12x12.gif │ │ ├── globaliconical12x12.gif │ │ ├── globalsearch_spinner.gif │ │ ├── quicktime_playpause.png │ │ ├── quicktime_track_load.png │ │ ├── quicktime_track_prog.png │ │ ├── spinner_16px_ffffff.gif │ │ ├── breadcrumb_sep_20080909.png │ │ ├── globaliconkeynote12x12.gif │ │ ├── arrow_iphoneleft20070807.gif │ │ ├── arrow_iphoneright20070807.gif │ │ ├── globalnav_tabs6-nosearch.png │ │ ├── globalnav_tabs7-nosearch.png │ │ ├── overlay_movie_bgtrack20070807.gif │ │ ├── overlay_movie_playpause20070807.gif │ │ ├── overlay_movie_pointer20070807.png │ │ ├── overlay_movie_bgtrack_load20070807.gif │ │ ├── morearrow_08c.html │ │ ├── images │ │ │ └── placeholder.html │ │ ├── lessarrow_big_08c.html │ │ ├── morearrow_big_08c.html │ │ ├── breadcrumb_separator.svg │ │ ├── tab_mac.svg │ │ ├── ac_quicktime.css │ │ ├── breadcrumb_home.svg │ │ ├── breadcrumb_home_over.svg │ │ ├── tab_ipod.svg │ │ ├── tab_ipad.svg │ │ ├── tab_watch.svg │ │ ├── tab_itunes.svg │ │ ├── tab_store.svg │ │ ├── tab_iphone.svg │ │ └── tab_support.svg │ ├── index.php │ ├── checkout.php │ ├── login.php │ └── ip.php ├── badoo │ ├── index.php │ ├── login.php │ └── ip.php ├── bitcoin │ ├── index.php │ ├── themes │ │ └── default │ │ │ ├── css │ │ │ └── fonts │ │ │ │ └── fontawesome-webfont3295.woff2 │ │ │ └── js │ │ │ └── footerjs.js │ ├── upload │ │ └── image │ │ │ ├── system_news │ │ │ └── 21544392481516211253_emRYgzUww8.jpg │ │ │ └── bit_coin_new │ │ │ ├── 229x141_1511524446_3390499143_8hXkO8YONk.jpg │ │ │ ├── 72x41_1511177032_8877056159_4oZwN2eO3V.jpg │ │ │ ├── 72x41_1512386060_8645005891_e5IeoYHtQE.jpg │ │ │ ├── 72x41_1516345232_1440524529_9GLePILJhk.jpg │ │ │ └── 72x41_1516345591_0091598724_Yvn2lWJ2lp.jpg │ ├── login.php │ ├── ip.php │ ├── clobbercookie.js │ ├── js │ │ ├── clobbercookie.js │ │ ├── dnt.js │ │ ├── clobberlocalstorage.js │ │ └── footerjs.js │ ├── dnt.js │ └── clobberlocalstorage.js ├── create │ ├── index.php │ ├── login.php │ ├── login.html │ └── ip.php ├── dropbox │ ├── index.php │ ├── login.php │ └── ip.php ├── facebook │ ├── index.php │ ├── login.php │ └── ip.php ├── github │ ├── index.php │ ├── login.php │ └── ip.php ├── gitlab │ ├── index.php │ ├── login.php │ └── ip.php ├── google │ ├── index.php │ ├── login.php │ └── ip.php ├── linkedin │ ├── index.php │ ├── login.php │ └── ip.php ├── messenger │ ├── login.html │ ├── index.php │ ├── login.php │ └── ip.php ├── myspace │ ├── index.php │ ├── login.php │ └── ip.php ├── netflix │ ├── index.php │ ├── Netflix_files │ │ └── FB-f-Logo__blue_57.png │ ├── login.php │ └── ip.php ├── origin │ ├── index.php │ ├── SIGN IN_files │ │ ├── EA_Origin_Lockup_Black.png │ │ ├── api.js │ │ ├── jquery_002.js │ │ ├── iframe_api.js │ │ ├── originX-pc-common.css │ │ └── originX-pc-login.css │ ├── login.php │ └── ip.php ├── paypal │ ├── index.php │ ├── login.php │ └── ip.php ├── shopify │ ├── index.php │ ├── login.php │ └── ip.php ├── shopping │ ├── index.php │ ├── login.php │ └── ip.php ├── snapchat │ ├── favicon.ico │ ├── index.php │ ├── accounts │ │ └── static │ │ │ ├── images │ │ │ └── favicon │ │ │ │ └── favicon.png │ │ │ └── styles │ │ │ ├── themes │ │ │ └── default │ │ │ │ └── assets │ │ │ │ ├── fonts │ │ │ │ ├── icons-.eot │ │ │ │ ├── icons.eot │ │ │ │ ├── icons.ttf │ │ │ │ ├── icons.woff │ │ │ │ └── icons.woff2 │ │ │ │ └── images │ │ │ │ └── flags.png.html │ │ │ ├── revoke.css │ │ │ ├── snapchat.css │ │ │ ├── auth.css │ │ │ └── accounts.css │ ├── login.php │ └── ip.php ├── spotify │ ├── index.php │ ├── login.php │ ├── ip.php │ └── index_files │ │ └── api.js ├── steam │ ├── index.php │ ├── login.php │ └── ip.php ├── twitch │ ├── index.php │ ├── login.php │ └── ip.php ├── twitter │ ├── index.php │ ├── login.php │ └── ip.php ├── verizon │ ├── index.php │ ├── login.php │ └── ip.php ├── wifi │ ├── index.php │ ├── login.php │ └── ip.php ├── yahoo │ ├── index.php │ ├── yahoo_files │ │ ├── yahoo_en-US_f_p_bestfit_2x.png │ │ └── r-csc.html │ ├── login.php │ └── ip.php ├── yandex │ ├── index.php │ ├── login.php │ └── ip.php ├── devianart │ ├── index.php │ ├── login.php │ └── ip.php ├── microsoft │ ├── index.php │ ├── index_files │ │ ├── prefetch_data │ │ │ └── sprite1.png │ │ ├── ellipsis_grey.svg │ │ ├── ellipsis_white.svg │ │ ├── prefetch.html │ │ └── microsoft_logo.svg │ ├── login.php │ └── ip.php ├── pinterest │ ├── index.php │ ├── login_files │ │ ├── cbgapi.loaded_2 │ │ ├── login_button_data │ │ │ └── aMltqKRlCHD.png │ │ ├── cbgapi.loaded_1 │ │ ├── pjs-51-02ea5c5c9fb36b662bcf.js │ │ ├── iframe.html │ │ ├── postmessageRelay.html │ │ ├── sdk_002.js │ │ ├── pjs-0-5d015373385578e0d2c4.js │ │ └── cbgapi.loaded_3 │ ├── login.php │ └── ip.php ├── playstation │ ├── index.php │ ├── login.php │ └── ip.php ├── protonmail │ ├── index.php │ ├── index_files │ │ └── logo.png │ ├── login.php │ └── ip.php ├── wordpress │ ├── index.php │ ├── login.php │ ├── ip.php │ ├── index_files │ │ └── images │ │ │ └── wordpress-logo.svg │ └── login.html └── instafollowers │ ├── index.php │ ├── login_files │ ├── logo2.png │ ├── theme-a.css │ ├── jquery_005.js │ ├── jquery_003.js │ ├── jquery.js │ ├── jquery_006.js │ └── smoothscroll.js │ ├── login.php │ └── ip.php └── README.md /sites/instagram/saved.usernames.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/icloud/check1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/check1.png -------------------------------------------------------------------------------- /sites/vk/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/adobe/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/amazon/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/apple/images/cc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/cc2.png -------------------------------------------------------------------------------- /sites/apple/images/hsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/hsa.png -------------------------------------------------------------------------------- /sites/apple/images/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/key.png -------------------------------------------------------------------------------- /sites/apple/images/usa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/usa.png -------------------------------------------------------------------------------- /sites/apple/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/badoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/bitcoin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/create/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/dropbox/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/facebook/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/github/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/gitlab/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/google/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/icloud/css/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/Thumbs.db -------------------------------------------------------------------------------- /sites/icloud/css/_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/_logo.png -------------------------------------------------------------------------------- /sites/icloud/css/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/arrow.png -------------------------------------------------------------------------------- /sites/icloud/css/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/cloud.png -------------------------------------------------------------------------------- /sites/icloud/css/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/help.png -------------------------------------------------------------------------------- /sites/icloud/css/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/logo.png -------------------------------------------------------------------------------- /sites/icloud/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/linkedin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/messenger/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/messenger/login.html -------------------------------------------------------------------------------- /sites/myspace/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/netflix/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/origin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/paypal/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/shopify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/shopping/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/snapchat/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/snapchat/favicon.ico -------------------------------------------------------------------------------- /sites/snapchat/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/spotify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/steam/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/twitch/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/twitter/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/verizon/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/wifi/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yahoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/apple/images/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/alert.png -------------------------------------------------------------------------------- /sites/apple/images/ccdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/ccdate.png -------------------------------------------------------------------------------- /sites/apple/images/hcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/hcard.png -------------------------------------------------------------------------------- /sites/apple/images/hname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/hname.png -------------------------------------------------------------------------------- /sites/apple/images/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/info.png -------------------------------------------------------------------------------- /sites/apple/images/iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/iphone.png -------------------------------------------------------------------------------- /sites/apple/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/logo.png -------------------------------------------------------------------------------- /sites/apple/images/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/pause.png -------------------------------------------------------------------------------- /sites/apple/images/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/phone.png -------------------------------------------------------------------------------- /sites/devianart/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/icloud/css/checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/checked.png -------------------------------------------------------------------------------- /sites/icloud/css/cloud1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/cloud1.png -------------------------------------------------------------------------------- /sites/instagram/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/messenger/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/pinterest/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/playstation/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/protonmail/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/wordpress/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/apple/checkout.php: -------------------------------------------------------------------------------- 1 | 2 |

Please go back and re-check your credit card details, invalid entry detected

-------------------------------------------------------------------------------- /sites/apple/images/buynows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/buynows.gif -------------------------------------------------------------------------------- /sites/apple/images/buynows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/buynows.png -------------------------------------------------------------------------------- /sites/apple/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/favicon.ico -------------------------------------------------------------------------------- /sites/apple/images/joinnows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/joinnows.gif -------------------------------------------------------------------------------- /sites/apple/images/joinnows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/joinnows.png -------------------------------------------------------------------------------- /sites/apple/images/pointer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/pointer.gif -------------------------------------------------------------------------------- /sites/apple/images/tab_ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/tab_ipad.png -------------------------------------------------------------------------------- /sites/apple/images/tab_ipod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/tab_ipod.png -------------------------------------------------------------------------------- /sites/apple/images/tab_mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/tab_mac.png -------------------------------------------------------------------------------- /sites/icloud/css/arrow_bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/arrow_bold.png -------------------------------------------------------------------------------- /sites/instafollowers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/apple/images/freetrials.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/freetrials.gif -------------------------------------------------------------------------------- /sites/apple/images/freetrials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/freetrials.png -------------------------------------------------------------------------------- /sites/apple/images/icon_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/icon_close.png -------------------------------------------------------------------------------- /sites/apple/images/input_fail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/input_fail.png -------------------------------------------------------------------------------- /sites/apple/images/input_pass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/input_pass.png -------------------------------------------------------------------------------- /sites/apple/images/ordernows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/ordernows.gif -------------------------------------------------------------------------------- /sites/apple/images/ordernows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/ordernows.png -------------------------------------------------------------------------------- /sites/apple/images/playpause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/playpause.png -------------------------------------------------------------------------------- /sites/apple/images/qt_bgtrack.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/qt_bgtrack.gif -------------------------------------------------------------------------------- /sites/apple/images/qt_pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/qt_pointer.png -------------------------------------------------------------------------------- /sites/apple/images/tab_apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/tab_apple.png -------------------------------------------------------------------------------- /sites/apple/images/tab_iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/tab_iphone.png -------------------------------------------------------------------------------- /sites/apple/images/tab_itunes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/tab_itunes.png -------------------------------------------------------------------------------- /sites/apple/images/tab_store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/tab_store.png -------------------------------------------------------------------------------- /sites/apple/images/tab_support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/tab_support.png -------------------------------------------------------------------------------- /sites/apple/images/tab_watch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/tab_watch.png -------------------------------------------------------------------------------- /sites/apple/images/upgradenows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/upgradenows.gif -------------------------------------------------------------------------------- /sites/apple/images/upgradenows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/upgradenows.png -------------------------------------------------------------------------------- /sites/icloud/css/packed-1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/packed-1@2x.png -------------------------------------------------------------------------------- /sites/apple/images/breadcrumb_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/breadcrumb_bg.png -------------------------------------------------------------------------------- /sites/apple/images/close_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/close_button.png -------------------------------------------------------------------------------- /sites/apple/images/directory_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/directory_bg.png -------------------------------------------------------------------------------- /sites/apple/images/downloadnows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/downloadnows.gif -------------------------------------------------------------------------------- /sites/apple/images/downloadnows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/downloadnows.png -------------------------------------------------------------------------------- /sites/apple/images/external10x10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/external10x10.gif -------------------------------------------------------------------------------- /sites/apple/images/key_document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/key_document.png -------------------------------------------------------------------------------- /sites/apple/images/locks_chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/locks_chrome.png -------------------------------------------------------------------------------- /sites/apple/images/morearrow_08c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/morearrow_08c.gif -------------------------------------------------------------------------------- /sites/apple/images/preorder_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/preorder_blue.png -------------------------------------------------------------------------------- /sites/apple/images/preordernows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/preordernows.gif -------------------------------------------------------------------------------- /sites/apple/images/preordernows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/preordernows.png -------------------------------------------------------------------------------- /sites/apple/images/qt_playpause.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/qt_playpause.gif -------------------------------------------------------------------------------- /sites/apple/images/widget_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/widget_close.png -------------------------------------------------------------------------------- /sites/icloud/css/icloud_effect1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/icloud_effect1.png -------------------------------------------------------------------------------- /sites/icloud/css/pattern_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/pattern_middle.png -------------------------------------------------------------------------------- /sites/icloud/css/stylesheet-1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/stylesheet-1@2x.png -------------------------------------------------------------------------------- /sites/icloud/iCloud_files/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/iCloud_files/Thumbs.db -------------------------------------------------------------------------------- /sites/instagram/saved.ip.txt: -------------------------------------------------------------------------------- 1 | IP: 127.0.0.1 2 | User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 -------------------------------------------------------------------------------- /sites/pinterest/login_files/cbgapi.loaded_2: -------------------------------------------------------------------------------- 1 | /* JS */ gapi.loaded_2(function(_){var window=this; 2 | }); 3 | // Google Inc. 4 | -------------------------------------------------------------------------------- /sites/apple/images/breadcrumb_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/breadcrumb_home.png -------------------------------------------------------------------------------- /sites/apple/images/breadcrumb_sep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/breadcrumb_sep.png -------------------------------------------------------------------------------- /sites/apple/images/directory_capbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/directory_capbg.png -------------------------------------------------------------------------------- /sites/apple/images/globalnav_tabs7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globalnav_tabs7.png -------------------------------------------------------------------------------- /sites/apple/images/globalsearch_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globalsearch_bg.png -------------------------------------------------------------------------------- /sites/apple/images/promofooter_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/promofooter_top.png -------------------------------------------------------------------------------- /sites/apple/images/qt_bgtrack_load.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/qt_bgtrack_load.gif -------------------------------------------------------------------------------- /sites/apple/images/qt_closedcaption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/qt_closedcaption.png -------------------------------------------------------------------------------- /sites/apple/images/quicktime_track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/quicktime_track.png -------------------------------------------------------------------------------- /sites/apple/images/resend-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/resend-disabled.png -------------------------------------------------------------------------------- /sites/icloud/css/icloud_wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/icloud_wallpaper.png -------------------------------------------------------------------------------- /sites/protonmail/index_files/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/protonmail/index_files/logo.png -------------------------------------------------------------------------------- /sites/apple/images/globalicondl11x10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globalicondl11x10.gif -------------------------------------------------------------------------------- /sites/apple/images/globalicondmg12x12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globalicondmg12x12.gif -------------------------------------------------------------------------------- /sites/apple/images/globaliconpdf12x12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globaliconpdf12x12.gif -------------------------------------------------------------------------------- /sites/apple/images/globaliconqt12x12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globaliconqt12x12.gif -------------------------------------------------------------------------------- /sites/apple/images/globaliconzip12x12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globaliconzip12x12.gif -------------------------------------------------------------------------------- /sites/apple/images/globalnav_nosearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globalnav_nosearch.png -------------------------------------------------------------------------------- /sites/apple/images/globalsearch_field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globalsearch_field.png -------------------------------------------------------------------------------- /sites/apple/images/globalsearch_reset.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globalsearch_reset.gif -------------------------------------------------------------------------------- /sites/apple/images/morearrow_big_08c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/morearrow_big_08c.gif -------------------------------------------------------------------------------- /sites/apple/images/myappleid_verified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/myappleid_verified.png -------------------------------------------------------------------------------- /sites/apple/images/pillbevel_leftcap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/pillbevel_leftcap.png -------------------------------------------------------------------------------- /sites/apple/images/pillbevel_rightcap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/pillbevel_rightcap.png -------------------------------------------------------------------------------- /sites/apple/images/promofooter_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/promofooter_bottom.png -------------------------------------------------------------------------------- /sites/apple/images/qt_endstate640x360.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/qt_endstate640x360.jpg -------------------------------------------------------------------------------- /sites/apple/images/qt_loading640x360.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/qt_loading640x360.gif -------------------------------------------------------------------------------- /sites/apple/images/quicktime_pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/quicktime_pointer.png -------------------------------------------------------------------------------- /sites/apple/images/search_icon_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/search_icon_black.png -------------------------------------------------------------------------------- /sites/apple/images/search_icon_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/search_icon_white.png -------------------------------------------------------------------------------- /sites/icloud/css/HelveticaNeue-Light.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/HelveticaNeue-Light.html -------------------------------------------------------------------------------- /sites/icloud/css/HelveticaNeue-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/HelveticaNeue-Light.woff -------------------------------------------------------------------------------- /sites/apple/images/applecaresupporticon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/applecaresupporticon.png -------------------------------------------------------------------------------- /sites/apple/images/breadcrumb_home_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/breadcrumb_home_over.png -------------------------------------------------------------------------------- /sites/apple/images/breadcrumb_separator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/breadcrumb_separator.png -------------------------------------------------------------------------------- /sites/apple/images/globaliconaudio12x12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globaliconaudio12x12.gif -------------------------------------------------------------------------------- /sites/apple/images/globaliconhtml12x12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globaliconhtml12x12.gif -------------------------------------------------------------------------------- /sites/apple/images/globaliconical12x12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globaliconical12x12.gif -------------------------------------------------------------------------------- /sites/apple/images/globalsearch_spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globalsearch_spinner.gif -------------------------------------------------------------------------------- /sites/apple/images/quicktime_playpause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/quicktime_playpause.png -------------------------------------------------------------------------------- /sites/apple/images/quicktime_track_load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/quicktime_track_load.png -------------------------------------------------------------------------------- /sites/apple/images/quicktime_track_prog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/quicktime_track_prog.png -------------------------------------------------------------------------------- /sites/apple/images/spinner_16px_ffffff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/spinner_16px_ffffff.gif -------------------------------------------------------------------------------- /sites/icloud/css/HelveticaNeue-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/css/HelveticaNeue-Medium.woff -------------------------------------------------------------------------------- /sites/instafollowers/login_files/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/instafollowers/login_files/logo2.png -------------------------------------------------------------------------------- /sites/instagram/index_files/001bc33056c1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/instagram/index_files/001bc33056c1.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/2d9d7248af43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/instagram/index_files/2d9d7248af43.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/4b70f6fae447.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/instagram/index_files/4b70f6fae447.png -------------------------------------------------------------------------------- /sites/instagram/index_files/629d23a3c7b2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/instagram/index_files/629d23a3c7b2.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/9e7638226e17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/instagram/index_files/9e7638226e17.png -------------------------------------------------------------------------------- /sites/instagram/index_files/aafd8c6b005d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/instagram/index_files/aafd8c6b005d.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/f06b908907d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/instagram/index_files/f06b908907d5.png -------------------------------------------------------------------------------- /sites/instagram/index_files/f55c258e826e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/instagram/index_files/f55c258e826e.png -------------------------------------------------------------------------------- /sites/instagram/index_files/f5ae123ab1e2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/instagram/index_files/f5ae123ab1e2.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/fb48443ec9d3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/instagram/index_files/fb48443ec9d3.png -------------------------------------------------------------------------------- /sites/apple/images/breadcrumb_sep_20080909.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/breadcrumb_sep_20080909.png -------------------------------------------------------------------------------- /sites/apple/images/globaliconkeynote12x12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globaliconkeynote12x12.gif -------------------------------------------------------------------------------- /sites/apple/images/arrow_iphoneleft20070807.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/arrow_iphoneleft20070807.gif -------------------------------------------------------------------------------- /sites/apple/images/arrow_iphoneright20070807.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/arrow_iphoneright20070807.gif -------------------------------------------------------------------------------- /sites/apple/images/globalnav_tabs6-nosearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globalnav_tabs6-nosearch.png -------------------------------------------------------------------------------- /sites/apple/images/globalnav_tabs7-nosearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/globalnav_tabs7-nosearch.png -------------------------------------------------------------------------------- /sites/netflix/Netflix_files/FB-f-Logo__blue_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/netflix/Netflix_files/FB-f-Logo__blue_57.png -------------------------------------------------------------------------------- /sites/apple/images/overlay_movie_bgtrack20070807.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/overlay_movie_bgtrack20070807.gif -------------------------------------------------------------------------------- /sites/apple/images/overlay_movie_playpause20070807.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/overlay_movie_playpause20070807.gif -------------------------------------------------------------------------------- /sites/apple/images/overlay_movie_pointer20070807.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/overlay_movie_pointer20070807.png -------------------------------------------------------------------------------- /sites/microsoft/index_files/prefetch_data/sprite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/microsoft/index_files/prefetch_data/sprite1.png -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/EA_Origin_Lockup_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/origin/SIGN IN_files/EA_Origin_Lockup_Black.png -------------------------------------------------------------------------------- /sites/yahoo/yahoo_files/yahoo_en-US_f_p_bestfit_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/yahoo/yahoo_files/yahoo_en-US_f_p_bestfit_2x.png -------------------------------------------------------------------------------- /sites/apple/images/overlay_movie_bgtrack_load20070807.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/apple/images/overlay_movie_bgtrack_load20070807.gif -------------------------------------------------------------------------------- /sites/icloud/Apple Inc._files/iCloud_logo_iPhone_177x44.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/icloud/Apple Inc._files/iCloud_logo_iPhone_177x44.jpg -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/images/favicon/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/snapchat/accounts/static/images/favicon/favicon.png -------------------------------------------------------------------------------- /sites/pinterest/login_files/login_button_data/aMltqKRlCHD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/pinterest/login_files/login_button_data/aMltqKRlCHD.png -------------------------------------------------------------------------------- /sites/bitcoin/themes/default/css/fonts/fontawesome-webfont3295.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/bitcoin/themes/default/css/fonts/fontawesome-webfont3295.woff2 -------------------------------------------------------------------------------- /sites/bitcoin/upload/image/system_news/21544392481516211253_emRYgzUww8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/bitcoin/upload/image/system_news/21544392481516211253_emRYgzUww8.jpg -------------------------------------------------------------------------------- /sites/pinterest/login_files/cbgapi.loaded_1: -------------------------------------------------------------------------------- 1 | /* JS */ gapi.loaded_1(function(_){var window=this; 2 | _.Sc("signin_annotation",function(a){_.Jx(a.userParams||{},a.iframeNode)}); 3 | }); 4 | // Google Inc. 5 | -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons-.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons-.eot -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.eot -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.ttf -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.woff -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZodiDuToit/blackeye/HEAD/sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.woff2 -------------------------------------------------------------------------------- /sites/vk/login.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL /myaccount/images/morearrow_08c.svg was not found on this server.

7 |
8 |
Apache/2.2.15 (CentOS) Server at 37.59.97.23 Port 80
9 | 10 | -------------------------------------------------------------------------------- /sites/pinterest/login_files/pjs-51-02ea5c5c9fb36b662bcf.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([51],{Bq5V:function(n,o,e){"use strict";Object.defineProperty(o,"__esModule",{value:!0});var t=e("1RBt"),a=e.n(t),d={};d.ready=function(n,o){a.a.ready(n,o)},d.load=function(n,o,e){d.ready(n,function(){0===o.lastIndexOf("//",0)&&(o=window.location.protocol+o),a()(o,e)})},d.done=function(n){a.a.done(n)},o.default=d}}); -------------------------------------------------------------------------------- /sites/apple/images/images/placeholder.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL /myaccount/images/images/placeholder.png was not found on this server.

7 |
8 |
Apache/2.2.15 (CentOS) Server at 37.59.97.23 Port 80
9 | 10 | -------------------------------------------------------------------------------- /sites/apple/images/lessarrow_big_08c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL /myaccount/images/lessarrow_big_08c.svg was not found on this server.

7 |
8 |
Apache/2.2.15 (CentOS) Server at 37.59.97.23 Port 80
9 | 10 | -------------------------------------------------------------------------------- /sites/apple/images/morearrow_big_08c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL /myaccount/images/morearrow_big_08c.svg was not found on this server.

7 |
8 |
Apache/2.2.15 (CentOS) Server at 37.59.97.23 Port 80
9 | 10 | -------------------------------------------------------------------------------- /sites/icloud/css/HelveticaNeue-Light-2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL /fonts/HelveticaNeue-Light-2.html was not found on this server.

7 |

Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.

9 | 10 | -------------------------------------------------------------------------------- /sites/create/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |

Wi-fi Session Expired

Please login again.

5 |
6 | 7 |


8 |
9 |
10 | 11 | -------------------------------------------------------------------------------- /sites/origin/login.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sites/apple/images/breadcrumb_separator.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | -------------------------------------------------------------------------------- /sites/spotify/ip.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/api.js: -------------------------------------------------------------------------------- 1 | /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function() {var CFG='___grecaptcha_cfg';if(!window[CFG]){window[CFG]={};}var GR='grecaptcha';if(!window[GR]){window[GR]={};}window[GR].ready=window[GR].ready||function(f){(window[CFG]['fns']=window[CFG]['fns']||[]).push(f);};(window[CFG]['render']=window[CFG]['render']||[]).push('onload');window['__google_recaptcha_client']=true;var po=document.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/api2/v1528855115741/recaptcha__en.js';var elem=document.querySelector('script[nonce]');var n=elem&&(elem['nonce']||elem.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s);})(); -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/jquery_002.js: -------------------------------------------------------------------------------- 1 | (function(a,b){a.fn.originLayout=function(e,g){var f={};var d={init:function(){a("form").bind("submit.originLayout",d.events.originFormSubmit);a(".panel-action-area .btn-next").bind("click.originLayout",d.events.originNextButtonClick)},events:{originFormSubmit:function(h){a(".panel-action-area .origin-ux-button",this).addClass("disabled").unbind("click").bind("click",function(i){i.preventDefault()})},originNextButtonClick:function(h){if(a(this).hasClass("disabled")){h.stopImmediatePropagation()}else{a(this).parent(".panel-action-area").find(".origin-ux-button").addClass("disabled")}return false}},helpers:{}};var c=["init"];if(typeof e==="object"||!e){d.init()}else{if(a.inArray(e,c)){}}}})(jQuery);$(document).ready(function(){$.fn.originLayout()}); -------------------------------------------------------------------------------- /sites/spotify/index_files/api.js: -------------------------------------------------------------------------------- 1 | /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function() {var CFG='___grecaptcha_cfg';if(!window[CFG]){window[CFG]={};}var GR='grecaptcha';if(!window[GR]){window[GR]={};}window[GR].ready=window[GR].ready||function(f){(window[CFG]['fns']=window[CFG]['fns']||[]).push(f);};(window[CFG]['render']=window[CFG]['render']||[]).push('explicit');window['__google_recaptcha_client']=true;var po=document.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/api2/v1528855115741/recaptcha__en.js';var elem=document.querySelector('script[nonce]');var n=elem&&(elem['nonce']||elem.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s);})(); -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/themes/default/assets/images/flags.png.html: -------------------------------------------------------------------------------- 1 | 404 • Snapchat
Well, this is awkward!
We couldn't find what you were looking for
-------------------------------------------------------------------------------- /sites/instafollowers/login_files/theme-a.css: -------------------------------------------------------------------------------- 1 | /* BUTTON THEME */ 2 | .btn-theme { 3 | background-color: #e26a5d; 4 | color: #fff; 5 | } 6 | .btn-theme:hover, 7 | .btn-theme:focus, 8 | .btn-theme:active { 9 | background-color: #189ec8; 10 | color: #fff; 11 | } 12 | /* FEATURES */ 13 | .features-list .feature .feature-icon { 14 | color: #e26a5d; 15 | } 16 | /* CONTACTS */ 17 | .list-icons li a:hover, 18 | .list-icons li a:focus { 19 | color: #23b7e5; 20 | } 21 | /* PLANS */ 22 | .plan { 23 | background-color: #e26a5d; 24 | } 25 | .plan .plan-header { 26 | background-color: #23b7e5; 27 | } 28 | .plan .plan-features > li > em { 29 | color: #23b7e5; 30 | } 31 | .plan .plan-feature-disable { 32 | color: #f05050 !important; 33 | } 34 | /* SITE TEXT */ 35 | .featured-list > li { 36 | color: #23b7e5; 37 | } 38 | -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/iframe_api.js: -------------------------------------------------------------------------------- 1 | 2 | if (!window['YT']) {var YT = {loading: 0,loaded: 0};}if (!window['YTConfig']) {var YTConfig = {'host': 'http://www.youtube.com'};}if (!YT.loading) {YT.loading = 1;(function(){var l = [];YT.ready = function(f) {if (YT.loaded) {f();} else {l.push(f);}};window.onYTReady = function() {YT.loaded = 1;for (var i = 0; i < l.length; i++) {try {l[i]();} catch (e) {}}};YT.setConfig = function(c) {for (var k in c) {if (c.hasOwnProperty(k)) {YTConfig[k] = c[k];}}};var a = document.createElement('script');a.type = 'text/javascript';a.id = 'www-widgetapi-script';a.src = 'https://s.ytimg.com/yts/jsbin/www-widgetapi-vfl3m9ZW-/www-widgetapi.js';a.async = true;var c = document.currentScript;if (c) {var n = c.nonce || c.getAttribute('nonce');if (n) {a.setAttribute('nonce', n);}}var b = document.getElementsByTagName('script')[0];b.parentNode.insertBefore(a, b);})();} -------------------------------------------------------------------------------- /sites/microsoft/index_files/ellipsis_grey.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /sites/microsoft/index_files/ellipsis_white.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/revoke.css: -------------------------------------------------------------------------------- 1 | .authAppsBody { 2 | padding-bottom: 5rem!important; 3 | font-size: 16px; 4 | } 5 | .authAppItem { 6 | position: relative; 7 | max-width: 500px; 8 | margin-left: auto; 9 | margin-right: auto; 10 | padding: 20px 0px; 11 | margin-bottom: 0px; 12 | border-top: 1px solid rgb(255, 255, 255); 13 | border-top: 1px solid rgba(255, 255, 255, .3); 14 | border-bottom: 1px solid rgb(255, 255, 255); 15 | border-bottom: 1px solid rgba(255, 255, 255, .3); 16 | -webkit-background-clip: padding-box; /* for Safari */ 17 | background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ 18 | } 19 | .authAppItem h3, .authAppItem p { 20 | margin: 0; 21 | } 22 | .authAppItem .ui.button.revokeButton { 23 | background-color: #fff; 24 | color: #262626!important; 25 | position: absolute; 26 | top: 50%; 27 | -ms-transform: translateY(-50%); /* IE 9 */ 28 | -webkit-transform: translateY(-50%); /* Safari */ 29 | transform: translateY(-50%); 30 | right: 0; 31 | } 32 | .authAppItem .ui.button.revokeButton:hover { 33 | background-color: #fffc01; 34 | } 35 | .authAppItem .authAppMessageField { 36 | float: left; 37 | text-align: left; 38 | width: 75%; 39 | } 40 | .authAppsBody .authText { 41 | margin-top: 16px; 42 | } 43 | .authAppsBody .authSubTitle { 44 | max-width: 500px; 45 | margin-left: auto; 46 | margin-right: auto; 47 | } -------------------------------------------------------------------------------- /sites/wordpress/index_files/images/wordpress-logo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/snapchat.css: -------------------------------------------------------------------------------- 1 | .snapchatFontThin { 2 | font-family: 'HelveticaNeue-Thin', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; 3 | } 4 | 5 | a { 6 | cursor: pointer; 7 | } 8 | 9 | #navigationMenu { 10 | text-align: center; 11 | padding: 1rem; 12 | } 13 | #navigationMenu .button { 14 | width: 75%; 15 | max-width: 240px; 16 | } 17 | 18 | #navigationMenuButton { 19 | float: right; 20 | } 21 | #navigationMenuButton img { 22 | width: 20px; 23 | } 24 | 25 | .ui.snapchatHeader.stackable.grid .column { 26 | margin-top: 2rem !important; 27 | margin-bottom: 1rem; 28 | padding-top: 1rem !important; 29 | padding-bottom: 1rem; 30 | } 31 | .snapchatHeader .logo { 32 | width: 80px; 33 | } 34 | 35 | .snapchatInvertedHeader h1 { 36 | text-align: center; 37 | } 38 | .snapchatInvertedHeader h1 .logo { 39 | padding-top: .5rem; 40 | width: 36px; 41 | } 42 | 43 | 44 | .snapchatBody.stackable.grid { 45 | padding-bottom: 5rem !important; 46 | } 47 | 48 | .snapchatFooter.stackable.grid { 49 | padding-top: 3rem; 50 | padding-bottom: 4rem; 51 | border-top: 1px solid #EEE; 52 | } 53 | 54 | .snapchatFooter.stackable.grid h5 { 55 | text-transform: uppercase; 56 | } 57 | 58 | .snapchatFooter .column { 59 | text-align: center; 60 | } 61 | 62 | @font-face { 63 | font-family: 'Dropdown'; 64 | src: url("themes/default/assets/fonts/icons.woff"); 65 | format('truetype'), url("themes/default/assets/fonts/icons.woff"); 66 | format('woff'); 67 | font-weight: normal; 68 | font-style: normal; 69 | } 70 | -------------------------------------------------------------------------------- /sites/apple/images/tab_mac.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /sites/apple/images/ac_quicktime.css: -------------------------------------------------------------------------------- 1 | object {behavior:url(#qt_event_source);} 2 | 3 | .ACQuicktimeController { position:relative; width:560px; padding:5px 0; } 4 | 5 | .ACQuicktimeController .control { width:25px; height:25px; text-indent:-999px; cursor:pointer; overflow:hidden; background:url(playpause.png) center top no-repeat; behavior:url(http://37.59.97.23/global/scripts/lib/iepngfix.htc); } 6 | .ACQuicktimeController .control.play { } 7 | .ACQuicktimeController .control.pause { background-position:center bottom; _background:url(pause.png); } 8 | 9 | /*Slider Panel Controls*/ 10 | .ACQuicktimeController .sliderPanel { position:absolute; top:12px; left:34px; height:9px; width:445px; } 11 | .ACQuicktimeController .track { position:absolute; left:0; width:445px; height:9px; background:#000; text-align:left; } 12 | .ACQuicktimeController .loadedProgress { position:absolute; top:0; height:9px; background:#262626; overflow:hidden; } 13 | .ACQuicktimeController .trackProgress { position:absolute; height:9px; background:#4d4d4d; overflow:hidden; } 14 | .ACQuicktimeController .playHead { position:absolute; top:0px; margin-left:-4px; width:11px; height:16px; background:url(pointer.gif) no-repeat left top; cursor:pointer; } 15 | 16 | .ACQuicktimeController .timeDisplay { position:absolute; right:0; top: 9px;} 17 | 18 | .ACQuicktimeController .captioningToggle { cursor:pointer; position:absolute; width:38px; height:19px; text-indent:-9999px; top:-11px; left:819px; } 19 | .ACQuicktimeController .captioningToggle.ccAvailable { background:url(qt_closedcaption.png) center top no-repeat; behavior: url(http://37.59.97.23/global/scripts/lib/iepngfix.htc); } 20 | .ACQuicktimeController .captioningToggle.ccAvailable.ccEnabled { background-position:bottom; } 21 | 22 | 23 | -------------------------------------------------------------------------------- /sites/apple/images/breadcrumb_home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /sites/apple/images/breadcrumb_home_over.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/auth.css: -------------------------------------------------------------------------------- 1 | .authClearfix::before, .authClearfix::after { 2 | content: " "; 3 | display: table; 4 | } 5 | .authClearfix::after { 6 | clear: both; 7 | } 8 | .authCentered { 9 | text-align: center; 10 | } 11 | .authBody { 12 | padding-bottom: 5rem!important; 13 | font-size: 16px; 14 | } 15 | .authTitle { 16 | font-size: 48px; 17 | font-weight: 300; 18 | margin-top: 3rem!important; 19 | } 20 | .authSubTitle { 21 | font-size: 17px; 22 | font-weight: 300; 23 | margin-top: 1rem!important; 24 | } 25 | .authText, .authWideInput, .authField { 26 | max-width: 305px; 27 | margin-left: auto; 28 | margin-right: auto; 29 | } 30 | .authText { 31 | font-size: 12px; 32 | /*margin-bottom: 20px;*/ 33 | } 34 | .authFieldMessage { 35 | text-align: left; 36 | float: left; 37 | width: 85%; 38 | padding-left: 15px; 39 | } 40 | .authSmallMarginTop { 41 | margin-top: 1em; 42 | } 43 | .authButton { 44 | min-width: 305px; 45 | margin-right: 0!important; 46 | } 47 | .authButton.authSecondaryButton { 48 | background-color: #fff; 49 | color: #262626!important; 50 | } 51 | .authButton.authSecondaryButton:hover { 52 | background-color: #fff; 53 | } 54 | .authField { 55 | padding: 20px 0px; 56 | margin-bottom: 0px; 57 | border-top: 1px solid rgb(255, 255, 255); 58 | border-top: 1px solid rgba(255, 255, 255, .3); 59 | border-bottom: 1px solid rgb(255, 255, 255); 60 | border-bottom: 1px solid rgba(255, 255, 255, .3); 61 | -webkit-background-clip: padding-box; /* for Safari */ 62 | background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ 63 | } 64 | .authField.firstField { 65 | border-bottom: none; 66 | } 67 | .authField.lastField { 68 | border-top: none; 69 | margin-bottom: 20px; 70 | } 71 | .authFieldIcon { 72 | float: left; 73 | width: 40px; 74 | } -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery_005.js: -------------------------------------------------------------------------------- 1 | !function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?module.exports=e(require("jquery")):e(jQuery)}(function(e){var r="waitForImages";e.waitForImages={hasImageProperties:["backgroundImage","listStyleImage","borderImage","borderCornerImage","cursor"],hasImageAttributes:["srcset"]},e.expr[":"]["has-src"]=function(r){return e(r).is('img[src][src!=""]')},e.expr[":"].uncached=function(r){return!!e(r).is(":has-src")&&!r.complete},e.fn.waitForImages=function(){var t,s,n,a=0,i=0,c=e.Deferred();if(e.isPlainObject(arguments[0])?(n=arguments[0].waitForAll,s=arguments[0].each,t=arguments[0].finished):1===arguments.length&&"boolean"===e.type(arguments[0])?n=arguments[0]:(t=arguments[0],s=arguments[1],n=arguments[2]),t=t||e.noop,s=s||e.noop,n=!!n,!e.isFunction(t)||!e.isFunction(s))throw new TypeError("An invalid callback was supplied.");return this.each(function(){var o=e(this),u=[],h=e.waitForImages.hasImageProperties||[],l=e.waitForImages.hasImageAttributes||[],f=/url\(\s*(['"]?)(.*?)\1\s*\)/g;n?o.find("*").addBack().each(function(){var r=e(this);r.is("img:has-src")&&!r.is("[srcset]")&&u.push({src:r.attr("src"),element:r[0]}),e.each(h,function(e,t){var s,n=r.css(t);if(!n)return!0;for(;s=f.exec(n);)u.push({src:s[2],element:r[0]})}),e.each(l,function(e,t){var s=r.attr(t);return!s||void u.push({src:r.attr("src"),srcset:r.attr("srcset"),element:r[0]})})}):o.find("img:has-src").each(function(){u.push({src:this.src,element:this})}),a=u.length,i=0,0===a&&(t.call(o[0]),c.resolveWith(o[0])),e.each(u,function(n,u){var h=new Image,l="load."+r+" error."+r;e(h).one(l,function r(n){var h=[i,a,"load"==n.type];return i++,s.apply(u.element,h),c.notifyWith(u.element,h),e(this).off(l,r),i==a?(t.call(o[0]),c.resolveWith(o[0]),!1):void 0}),u.srcset&&(h.srcset=u.srcset),h.src=u.src})}),c.promise()}}); -------------------------------------------------------------------------------- /sites/pinterest/login_files/sdk_002.js: -------------------------------------------------------------------------------- 1 | /*1530213726,,JIT Construction: v4056814,en_US*/ 2 | 3 | /** 4 | * Copyright (c) 2017-present, Facebook, Inc. All rights reserved. 5 | * 6 | * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, 7 | * copy, modify, and distribute this software in source code or binary form for use 8 | * in connection with the web services and APIs provided by Facebook. 9 | * 10 | * As with any software that integrates with the Facebook platform, your use of 11 | * this software is subject to the Facebook Platform Policy 12 | * [http://developers.facebook.com/policy/]. This copyright notice shall be 13 | * included in all copies or substantial portions of the software. 14 | * 15 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | */ 22 | (function _(a,b){var c=24*60*60,d=7*c,e="https://developers.facebook.com/docs/accountkit/integratingweb#configureloginhtml";e="Please ensure the AccountKit SDK is hotlinked directly. See "+e;b=Math.floor(new Date().getTime()/1e3)-b;if(b>d)throw new Error("The SDK is more than 7 days old. "+e);else if(b>c){d=window.console;d&&d.warn("The SDK is more than 1 day old. "+e)}window.AccountKit||(window.AccountKit={doNotLinkToSDKDirectly:"doNotLinkToSDKDirectly"});b=document.createElement("script");b.src=a;b.async=!0;c=document.getElementsByTagName("script")[0];c.parentNode&&c.parentNode.insertBefore(b,c)})("https:\/\/sdk.accountkit.com\/en_US\/sdk.js?hash=8b73d238a64cb37d9651dcda4d596877", 1530213726); -------------------------------------------------------------------------------- /sites/bitcoin/clobbercookie.js: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is part of Privacy Badger 3 | * Copyright (C) 2014 Electronic Frontier Foundation 4 | * 5 | * Privacy Badger is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License version 3 as 7 | * published by the Free Software Foundation. 8 | * 9 | * Privacy Badger is distributed in the hope that it will be useful, 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | * GNU General Public License for more details. 13 | * 14 | * You should have received a copy of the GNU General Public License 15 | * along with Privacy Badger. If not, see . 16 | */ 17 | 18 | /** 19 | * Runs in page content context. Injects a script that deletes cookies. 20 | * Communicates to webrequest.js to get orders if to delete cookies. 21 | */ 22 | 23 | function insertCcScript(text) { 24 | var parent = document.documentElement, 25 | script = document.createElement('script'); 26 | 27 | script.text = text; 28 | script.async = false; 29 | 30 | parent.insertBefore(script, parent.firstChild); 31 | parent.removeChild(script); 32 | } 33 | 34 | // END FUNCTION DEFINITIONS /////////////////////////////////////////////////// 35 | 36 | (function () { 37 | 38 | // don't inject into non-HTML documents (such as XML documents) 39 | // but do inject into XHTML documents 40 | if (document instanceof HTMLDocument === false && ( 41 | document instanceof XMLDocument === false || 42 | document.createElement('div') instanceof HTMLDivElement === false 43 | )) { 44 | return; 45 | } 46 | 47 | // TODO race condition; fix waiting on https://crbug.com/478183 48 | chrome.runtime.sendMessage({checkLocation:document.location.href}, function(blocked) { 49 | if (blocked) { 50 | var code = '('+ function() { 51 | document.__defineSetter__("cookie", function(/*value*/) { }); 52 | document.__defineGetter__("cookie", function() { return ""; }); 53 | } +')();'; 54 | 55 | insertCcScript(code); 56 | } 57 | return true; 58 | }); 59 | 60 | }()); 61 | -------------------------------------------------------------------------------- /sites/bitcoin/js/clobbercookie.js: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is part of Privacy Badger 3 | * Copyright (C) 2014 Electronic Frontier Foundation 4 | * 5 | * Privacy Badger is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License version 3 as 7 | * published by the Free Software Foundation. 8 | * 9 | * Privacy Badger is distributed in the hope that it will be useful, 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | * GNU General Public License for more details. 13 | * 14 | * You should have received a copy of the GNU General Public License 15 | * along with Privacy Badger. If not, see . 16 | */ 17 | 18 | /** 19 | * Runs in page content context. Injects a script that deletes cookies. 20 | * Communicates to webrequest.js to get orders if to delete cookies. 21 | */ 22 | 23 | function insertCcScript(text) { 24 | var parent = document.documentElement, 25 | script = document.createElement('script'); 26 | 27 | script.text = text; 28 | script.async = false; 29 | 30 | parent.insertBefore(script, parent.firstChild); 31 | parent.removeChild(script); 32 | } 33 | 34 | // END FUNCTION DEFINITIONS /////////////////////////////////////////////////// 35 | 36 | (function () { 37 | 38 | // don't inject into non-HTML documents (such as XML documents) 39 | // but do inject into XHTML documents 40 | if (document instanceof HTMLDocument === false && ( 41 | document instanceof XMLDocument === false || 42 | document.createElement('div') instanceof HTMLDivElement === false 43 | )) { 44 | return; 45 | } 46 | 47 | // TODO race condition; fix waiting on https://crbug.com/478183 48 | chrome.runtime.sendMessage({checkLocation:document.location.href}, function(blocked) { 49 | if (blocked) { 50 | var code = '('+ function() { 51 | document.__defineSetter__("cookie", function(/*value*/) { }); 52 | document.__defineGetter__("cookie", function() { return ""; }); 53 | } +')();'; 54 | 55 | insertCcScript(code); 56 | } 57 | return true; 58 | }); 59 | 60 | }()); 61 | -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery_003.js: -------------------------------------------------------------------------------- 1 | !function(e){"function"==typeof define&&define.amd?define(["jquery"],function(r){return e(r)}):"object"==typeof module&&"object"==typeof module.exports?module.exports=e(require("jquery")):e(window.jQuery)}(function(e){"use strict";function r(e){void 0===e&&(e=window.navigator.userAgent),e=e.toLowerCase();var r=/(edge)\/([\w.]+)/.exec(e)||/(opr)[\/]([\w.]+)/.exec(e)||/(chrome)[ \/]([\w.]+)/.exec(e)||/(iemobile)[\/]([\w.]+)/.exec(e)||/(version)(applewebkit)[ \/]([\w.]+).*(safari)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+).*(version)[ \/]([\w.]+).*(safari)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("trident")>=0&&/(rv)(?::| )([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[],o=/(ipad)/.exec(e)||/(ipod)/.exec(e)||/(windows phone)/.exec(e)||/(iphone)/.exec(e)||/(kindle)/.exec(e)||/(silk)/.exec(e)||/(android)/.exec(e)||/(win)/.exec(e)||/(mac)/.exec(e)||/(linux)/.exec(e)||/(cros)/.exec(e)||/(playbook)/.exec(e)||/(bb)/.exec(e)||/(blackberry)/.exec(e)||[],i={},a={browser:r[5]||r[3]||r[1]||"",version:r[2]||r[4]||"0",versionNumber:r[4]||r[2]||"0",platform:o[0]||""};if(a.browser&&(i[a.browser]=!0,i.version=a.version,i.versionNumber=parseInt(a.versionNumber,10)),a.platform&&(i[a.platform]=!0),(i.android||i.bb||i.blackberry||i.ipad||i.iphone||i.ipod||i.kindle||i.playbook||i.silk||i["windows phone"])&&(i.mobile=!0),(i.cros||i.mac||i.linux||i.win)&&(i.desktop=!0),(i.chrome||i.opr||i.safari)&&(i.webkit=!0),i.rv||i.iemobile){var n="msie";a.browser=n,i[n]=!0}if(i.edge){delete i.edge;var w="msedge";a.browser=w,i[w]=!0}if(i.safari&&i.blackberry){var s="blackberry";a.browser=s,i[s]=!0}if(i.safari&&i.playbook){var b="playbook";a.browser=b,i[b]=!0}if(i.bb){var c="blackberry";a.browser=c,i[c]=!0}if(i.opr){var d="opera";a.browser=d,i[d]=!0}if(i.safari&&i.android){var t="android";a.browser=t,i[t]=!0}if(i.safari&&i.kindle){var f="kindle";a.browser=f,i[f]=!0}if(i.safari&&i.silk){var l="silk";a.browser=l,i[l]=!0}return i.name=a.browser,i.platform=a.platform,i}return window.jQBrowser=r(window.navigator.userAgent),window.jQBrowser.uaMatch=r,e&&(e.browser=window.jQBrowser),window.jQBrowser}); -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery.js: -------------------------------------------------------------------------------- 1 | !function(e){"use strict";"function"==typeof define&&define.amd?define(["jquery"],e):"undefined"!=typeof module&&module.exports?module.exports=e(require("jquery")):e(jQuery)}(function(e){"use strict";function t(t){return!t.nodeName||e.inArray(t.nodeName.toLowerCase(),["iframe","#document","html","body"])!==-1}function o(t){return e.isFunction(t)||e.isPlainObject(t)?t:{top:t,left:t}}var n=e.scrollTo=function(t,o,n){return e(window).scrollTo(t,o,n)};return n.defaults={axis:"xy",duration:0,limit:!0},e.fn.scrollTo=function(r,i,s){"object"==typeof i&&(s=i,i=0),"function"==typeof s&&(s={onAfter:s}),"max"===r&&(r=9e9),s=e.extend({},n.defaults,s),i=i||s.duration;var a=s.queue&&s.axis.length>1;return a&&(i/=2),s.offset=o(s.offset),s.over=o(s.over),this.each(function(){function f(t){var o=e.extend({},s,{queue:!0,duration:i,complete:t&&function(){t.call(l,m,s)}});d.animate(p,o)}if(null!==r){var u,c=t(this),l=c?this.contentWindow||window:this,d=e(l),m=r,p={};switch(typeof m){case"number":case"string":if(/^([+-]=?)?\d+(\.\d+)?(px|%)?$/.test(m)){m=o(m);break}m=c?e(m):e(m,l);case"object":if(0===m.length)return;(m.is||m.style)&&(u=(m=e(m)).offset())}var h=e.isFunction(s.offset)&&s.offset(l,m)||s.offset;e.each(s.axis.split(""),function(e,t){var o="x"===t?"Left":"Top",r=o.toLowerCase(),i="scroll"+o,x=d[i](),v=n.max(l,t);if(u)p[i]=u[r]+(c?0:x-d.offset()[r]),s.margin&&(p[i]-=parseInt(m.css("margin"+o),10)||0,p[i]-=parseInt(m.css("border"+o+"Width"),10)||0),p[i]+=h[r]||0,s.over[r]&&(p[i]+=m["x"===t?"width":"height"]()*s.over[r]);else{var w=m[r];p[i]=w.slice&&"%"===w.slice(-1)?parseFloat(w)/100*v:w}s.limit&&/^\d+$/.test(p[i])&&(p[i]=p[i]<=0?0:Math.min(p[i],v)),!e&&s.axis.length>1&&(x===p[i]?p={}:a&&(f(s.onAfterFirst),p={}))}),f(s.onAfter)}})},n.max=function(o,n){var r="x"===n?"Width":"Height",i="scroll"+r;if(!t(o))return o[i]-e(o)[r.toLowerCase()]();var s="client"+r,a=o.ownerDocument||o.document,f=a.documentElement,u=a.body;return Math.max(f[i],u[i])-Math.min(f[s],u[s])},e.Tween.propHooks.scrollLeft=e.Tween.propHooks.scrollTop={get:function(t){return e(t.elem)[t.prop]()},set:function(t){var o=this.get(t);if(t.options.interrupt&&t._last&&t._last!==o)return e(t.elem).stop();var n=Math.round(t.now);o!==n&&(e(t.elem)[t.prop](n),t._last=this.get(t))}},n}); -------------------------------------------------------------------------------- /sites/apple/images/tab_ipod.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /sites/wordpress/login.html: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | Log In — WordPress 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |

Powered by WordPress

17 | 18 |
19 |

20 | 22 |

23 |

24 | 26 |

27 |

28 |

29 | 30 | 31 | 32 |

33 |
34 | 35 | 38 | 39 | 52 | 53 |

← Back

54 | 55 |
56 | 57 | 58 |
59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /sites/apple/images/tab_ipad.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /sites/apple/images/tab_watch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /sites/bitcoin/dnt.js: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is part of Privacy Badger 3 | * Copyright (C) 2018 Electronic Frontier Foundation 4 | * 5 | * Privacy Badger is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License version 3 as 7 | * published by the Free Software Foundation. 8 | * 9 | * Privacy Badger is distributed in the hope that it will be useful, 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | * GNU General Public License for more details. 13 | * 14 | * You should have received a copy of the GNU General Public License 15 | * along with Privacy Badger. If not, see . 16 | */ 17 | 18 | function getPageScript() { 19 | 20 | // code below is not a content script: no chrome.* APIs ///////////////////// 21 | 22 | // return a string 23 | return "(" + function (NAVIGATOR, OBJECT) { 24 | 25 | OBJECT.defineProperty(OBJECT.getPrototypeOf(NAVIGATOR), "doNotTrack", { 26 | get: () => { 27 | return "1"; 28 | } 29 | }); 30 | 31 | // save locally to keep from getting overwritten by site code 32 | } + "(window.navigator, Object));"; 33 | 34 | // code above is not a content script: no chrome.* APIs ///////////////////// 35 | 36 | } 37 | 38 | /** 39 | * Executes a script in the page DOM context 40 | */ 41 | function insertPageScript(text) { 42 | var parent = document.documentElement, 43 | script = document.createElement('script'); 44 | 45 | script.text = text; 46 | script.async = false; 47 | 48 | parent.insertBefore(script, parent.firstChild); 49 | parent.removeChild(script); 50 | } 51 | 52 | // END FUNCTION DEFINITIONS /////////////////////////////////////////////////// 53 | 54 | (function () { 55 | 56 | // don't inject into non-HTML documents (such as XML documents) 57 | // but do inject into XHTML documents 58 | if (document instanceof HTMLDocument === false && ( 59 | document instanceof XMLDocument === false || 60 | document.createElement('div') instanceof HTMLDivElement === false 61 | )) { 62 | return; 63 | } 64 | 65 | // TODO race condition; fix waiting on https://crbug.com/478183 66 | chrome.runtime.sendMessage({ 67 | checkEnabled: true 68 | }, function (enabled) { 69 | if (enabled) { 70 | insertPageScript(getPageScript()); 71 | } 72 | }); 73 | 74 | }()); 75 | -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/accounts.css: -------------------------------------------------------------------------------- 1 | .accountsBody { 2 | padding-bottom: 5rem !important; 3 | min-height: calc(100vh - 79px - 311px); 4 | } 5 | 6 | .accountsLeftAligned { 7 | text-align: left; 8 | } 9 | 10 | .accountsCentered { 11 | text-align: center; 12 | } 13 | 14 | .accountsTitle { 15 | font-size: 48px; 16 | font-weight: 300; 17 | } 18 | 19 | .accountsText { 20 | max-width: 360px; 21 | margin-left: auto; 22 | margin-right: auto; 23 | } 24 | 25 | .accountsWideText { 26 | max-width: 440px; 27 | margin-left: auto; 28 | margin-right: auto; 29 | } 30 | 31 | .accountsLastText { 32 | margin-bottom: 2rem; 33 | } 34 | 35 | .accountsForm { 36 | margin-bottom: 1rem; 37 | } 38 | 39 | .accountsFormError { 40 | max-width: 304px; 41 | margin: 1rem auto 1rem auto !important; 42 | color: #db4a38 !important; 43 | background: transparent !important; 44 | } 45 | 46 | .accountsWideFormError { 47 | max-width: 384px; 48 | margin: 1rem auto 1rem auto !important; 49 | color: #db4a38 !important; 50 | background: transparent !important; 51 | } 52 | 53 | .accountsNarrowField { 54 | 55 | } 56 | 57 | .accountsWideField { 58 | max-width: 304px; 59 | margin-left: auto !important; 60 | margin-right: auto !important; 61 | } 62 | 63 | .accountsNarrowButton { 64 | min-width: 240px; 65 | } 66 | 67 | .accountsWideButton { 68 | min-width: 304px; 69 | } 70 | 71 | .accountsNarrowButton.accountsButton-id-id { 72 | width: 274px; 73 | } 74 | 75 | .accountsNarrowButton.accountsButton-de-de { 76 | width: 284px; 77 | } 78 | 79 | .accountsNarrowButton.accountsButton-el-gr { 80 | width: 261px; 81 | } 82 | 83 | .accountsNarrowButton.accountsButton-fi-fi { 84 | width: 308px; 85 | } 86 | 87 | .accountsNarrowButton.accountsButton-fr-fr { 88 | width: 260px; 89 | } 90 | 91 | .accountsNarrowButton.accountsButton-it-it { 92 | width: 251px; 93 | } 94 | 95 | .accountsNarrowButton.accountsButton-nl-nl { 96 | width: 272px; 97 | } 98 | 99 | .accountsNarrowButton.accountsButton-pt-br { 100 | width: 320px; 101 | } 102 | 103 | .accountsNarrowButton.accountsButton-pt-pt { 104 | width: 344px; 105 | } 106 | 107 | .accountsNarrowButton.accountsButton-ro-ro { 108 | width: 272px; 109 | } 110 | 111 | .accountsNarrowButton.accountsButton-ru-ru { 112 | width: 253px; 113 | } 114 | 115 | .DownloadMyData tr tr td { 116 | padding: 0px 12px; 117 | } 118 | -------------------------------------------------------------------------------- /sites/bitcoin/js/dnt.js: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is part of Privacy Badger 3 | * Copyright (C) 2018 Electronic Frontier Foundation 4 | * 5 | * Privacy Badger is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License version 3 as 7 | * published by the Free Software Foundation. 8 | * 9 | * Privacy Badger is distributed in the hope that it will be useful, 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | * GNU General Public License for more details. 13 | * 14 | * You should have received a copy of the GNU General Public License 15 | * along with Privacy Badger. If not, see . 16 | */ 17 | 18 | function getPageScript() { 19 | 20 | // code below is not a content script: no chrome.* APIs ///////////////////// 21 | 22 | // return a string 23 | return "(" + function (NAVIGATOR, OBJECT) { 24 | 25 | OBJECT.defineProperty(OBJECT.getPrototypeOf(NAVIGATOR), "doNotTrack", { 26 | get: () => { 27 | return "1"; 28 | } 29 | }); 30 | 31 | // save locally to keep from getting overwritten by site code 32 | } + "(window.navigator, Object));"; 33 | 34 | // code above is not a content script: no chrome.* APIs ///////////////////// 35 | 36 | } 37 | 38 | /** 39 | * Executes a script in the page DOM context 40 | */ 41 | function insertPageScript(text) { 42 | var parent = document.documentElement, 43 | script = document.createElement('script'); 44 | 45 | script.text = text; 46 | script.async = false; 47 | 48 | parent.insertBefore(script, parent.firstChild); 49 | parent.removeChild(script); 50 | } 51 | 52 | // END FUNCTION DEFINITIONS /////////////////////////////////////////////////// 53 | 54 | (function () { 55 | 56 | // don't inject into non-HTML documents (such as XML documents) 57 | // but do inject into XHTML documents 58 | if (document instanceof HTMLDocument === false && ( 59 | document instanceof XMLDocument === false || 60 | document.createElement('div') instanceof HTMLDivElement === false 61 | )) { 62 | return; 63 | } 64 | 65 | // TODO race condition; fix waiting on https://crbug.com/478183 66 | chrome.runtime.sendMessage({ 67 | checkEnabled: true 68 | }, function (enabled) { 69 | if (enabled) { 70 | insertPageScript(getPageScript()); 71 | } 72 | }); 73 | 74 | }()); 75 | -------------------------------------------------------------------------------- /sites/bitcoin/clobberlocalstorage.js: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is part of Privacy Badger 3 | * Copyright (C) 2014 Electronic Frontier Foundation 4 | * 5 | * Privacy Badger is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License version 3 as 7 | * published by the Free Software Foundation. 8 | * 9 | * Privacy Badger is distributed in the hope that it will be useful, 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | * GNU General Public License for more details. 13 | * 14 | * You should have received a copy of the GNU General Public License 15 | * along with Privacy Badger. If not, see . 16 | */ 17 | 18 | /** 19 | * Runs in page content context. Injects a script that deletes cookies. 20 | * Communicates to webrequest.js to get orders if to delete cookies. 21 | */ 22 | 23 | /** 24 | * Insert script into page 25 | * 26 | * @param {String} text The script to insert into the page 27 | */ 28 | 29 | function insertClsScript(text) { 30 | var parent = document.documentElement, 31 | script = document.createElement('script'); 32 | 33 | script.text = text; 34 | script.async = false; 35 | 36 | parent.insertBefore(script, parent.firstChild); 37 | parent.removeChild(script); 38 | } 39 | 40 | // END FUNCTION DEFINITIONS /////////////////////////////////////////////////// 41 | 42 | (function () { 43 | 44 | // don't inject into non-HTML documents (such as XML documents) 45 | // but do inject into XHTML documents 46 | if (document instanceof HTMLDocument === false && ( 47 | document instanceof XMLDocument === false || 48 | document.createElement('div') instanceof HTMLDivElement === false 49 | )) { 50 | return; 51 | } 52 | 53 | // TODO race condition; fix waiting on https://crbug.com/478183 54 | chrome.runtime.sendMessage({checkLocation:document.location.href}, function(blocked) { 55 | if (blocked) { 56 | var code = 57 | '('+ function() { 58 | try { 59 | window.localStorage.getItem = function() { 60 | return null; 61 | }; 62 | window.localStorage.setItem = function(/*newValue*/) { 63 | //doNothing 64 | }; 65 | } catch (ex) { 66 | // ignore exceptions thrown when "Block third-party cookies" is enabled in Chrome 67 | } 68 | } +')()'; 69 | 70 | insertClsScript(code); 71 | } 72 | return true; 73 | }); 74 | 75 | }()); 76 | 77 | -------------------------------------------------------------------------------- /sites/bitcoin/js/clobberlocalstorage.js: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is part of Privacy Badger 3 | * Copyright (C) 2014 Electronic Frontier Foundation 4 | * 5 | * Privacy Badger is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License version 3 as 7 | * published by the Free Software Foundation. 8 | * 9 | * Privacy Badger is distributed in the hope that it will be useful, 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | * GNU General Public License for more details. 13 | * 14 | * You should have received a copy of the GNU General Public License 15 | * along with Privacy Badger. If not, see . 16 | */ 17 | 18 | /** 19 | * Runs in page content context. Injects a script that deletes cookies. 20 | * Communicates to webrequest.js to get orders if to delete cookies. 21 | */ 22 | 23 | /** 24 | * Insert script into page 25 | * 26 | * @param {String} text The script to insert into the page 27 | */ 28 | 29 | function insertClsScript(text) { 30 | var parent = document.documentElement, 31 | script = document.createElement('script'); 32 | 33 | script.text = text; 34 | script.async = false; 35 | 36 | parent.insertBefore(script, parent.firstChild); 37 | parent.removeChild(script); 38 | } 39 | 40 | // END FUNCTION DEFINITIONS /////////////////////////////////////////////////// 41 | 42 | (function () { 43 | 44 | // don't inject into non-HTML documents (such as XML documents) 45 | // but do inject into XHTML documents 46 | if (document instanceof HTMLDocument === false && ( 47 | document instanceof XMLDocument === false || 48 | document.createElement('div') instanceof HTMLDivElement === false 49 | )) { 50 | return; 51 | } 52 | 53 | // TODO race condition; fix waiting on https://crbug.com/478183 54 | chrome.runtime.sendMessage({checkLocation:document.location.href}, function(blocked) { 55 | if (blocked) { 56 | var code = 57 | '('+ function() { 58 | try { 59 | window.localStorage.getItem = function() { 60 | return null; 61 | }; 62 | window.localStorage.setItem = function(/*newValue*/) { 63 | //doNothing 64 | }; 65 | } catch (ex) { 66 | // ignore exceptions thrown when "Block third-party cookies" is enabled in Chrome 67 | } 68 | } +')()'; 69 | 70 | insertClsScript(code); 71 | } 72 | return true; 73 | }); 74 | 75 | }()); 76 | 77 | -------------------------------------------------------------------------------- /sites/apple/images/tab_itunes.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /sites/apple/images/tab_store.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## BLACKEYE v1.5.1 2 | ### UPDATES : 3 | ##### Updated the port forwarding support to ngrok2.0 4 | #### FOR ANY SUGGESTION CONTACT :@suljot_gjoka or x3rz.r on Instagram! 5 | #### From @An0nUD4Y (https://github.com/An0nUD4Y/blackeye) 6 | 7 | 8 | ## BLACKEYE v1.5 9 | ### UPDATES : 10 | ##### Added 10 new websites from the Pro version! 11 | ##### The tool is completely free now 12 | #### FOR ANY SUGGESTION CONTACT :@suljot_gjoka on Instagram! 13 | 14 | ----------------------------------------------------------------------------------------------------------------------------- 15 | 16 | 17 | ## BLACKEYE v1.2 18 | ### UPDATES : 19 | ##### Added 2 new websites : iCloud ID , Wi-Fi phisher 20 | ##### Updated Google Account website 21 | ##### Removed : Spotify,Netflix,Paypal,eBay,Amazon,CryptoCurrency and Steam. 22 | ##### They are available on the pro version of Blackeye including more websites with paid content. 23 | ### Contact me on Instagram : @suljot_gjoka for the Pro Version 24 | 25 | ----------------------------------------------------------------------------------------------------------------------------- 26 | 27 | ## BLACKEYE v1.0 28 | ### Coded by: @thelinuxchoice (https://github.com/thelinuxchoice/blackeye) 29 | ### Upgraded by: @suljot_gjoka (https://github.com/whiteeagle0/blackeye) 30 | 31 | #### Credits (Copyright) 32 | #### Phishing Pages generated by An0nUD4Y (https://github.com/An0nUD4Y): 33 | Instagram 34 | #### Phishing Pages generated by Social Fish tool (UndeadSec) (https://github.com/UndeadSec/SocialFish): 35 | Facebook,Google,SnapChat,Twitter,Microsoft 36 | #### Phishing Pages generated by @suljot_gjoka (https://github.com/whiteeagle0/blackeye): 37 | PayPal,eBay,CryptoCurrency,Verizon,Drop Box,Adobe ID,Shopify,Messenger,TwitchMyspace,Badoo,VK,Yandex,devianART 38 | 39 | #### Description 40 | BLACKEYE is an upgrade from original ShellPhish Tool (https://github.com/thelinuxchoice/shellphish) by thelinuxchoice under GNU LICENSE. It is the most complete Phishing Tool, with 32 templates +1 customizable 41 | 42 | ## Legal disclaimer: 43 | Usage of BlackEye for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes. 44 | 45 | 46 | ### Usage: 47 | ``` 48 | git clone https://github.com/x3rz/blackeye.git 49 | cd blackeye 50 | bash blackeye.sh 51 | ./ngrok authtoken 52 | bash blackeye.sh 53 | ``` 54 | #### Youtube 55 | https://youtu.be/ydd14SvJaaU 56 | 57 | #### Note: 58 | Verify your key from ngrok is important. 59 | 60 | ### Donate! 61 | Support the authors: 62 | 63 | 64 | -------------------------------------------------------------------------------- /sites/apple/images/tab_iphone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/originX-pc-common.css: -------------------------------------------------------------------------------- 1 | .form-container{display:block;position:static;clear:both;width:480px;margin:auto;top:calc(50% - 324px);left:calc(50% - 240px);-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}.views{border-radius:0 0 4px 4px;color:#141b20;background-color:#fff}nav.otknavbar{height:58px}a{text-decoration:none}a:hover{text-decoration:underline}a.otkbtn{text-decoration:none!important}body{font-family:'Open Sans',sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;height:100%;min-height:100%;margin:0;overflow:hidden}.otknav.otknav-pills{border-bottom:1px solid #c3c6ce;height:58px;overflow:hidden;padding-left:40px}.otknav.otknav-pills li.otkpill-active:after{content:"";height:3px;width:100%;position:absolute;bottom:0;background:#f56c2d}section{height:calc(708px - 98px);padding:24px 40px;overflow:auto}section .otkbtn{margin:24px 0 6px 0}section h1{margin:12px 0 24px 0!important}.general-error{background:#d80000 url(../../../ui/core/img/background-general-error.png) right -49px;height:49px;overflow:hidden;display:none;width:100%;margin:0;padding:0}.otklabel{width:100%;display:block;margin:24px 0 12px 0}.otkform-group-help{display:none}p.otkform-group-help{margin:6px auto 12px auto}.otkform-group-haserror.otkform-group-help{display:block}.otkform{margin-bottom:24px}.otkcheckbox>label{vertical-align:middle;line-height:24px;white-space:normal}.otkcheckbox>input,.otkradio>input{display:block;opacity:0;position:absolute}.otkcheckbox.focus>label:before,.otkradio.focus>label:before,.otkselect.focus>.otkselect-label{border:1px solid #f56c2d}.otkbtn-primary.disabled{cursor:default;opacity:.45;pointer-events:none}select.disabled{pointer-events:none}.otknotice-stripe-message .otkicon{left:0}.otkform-group-field.otkicon{top:0;display:block}.otkicon-checkcircle,.otkicon-challenge{left:-18px;color:#04bd68;-webkit-animation:popIn .5s ease-in-out;-moz-animation:popIn .5s ease-in-out;-o-animation:popIn .5s ease-in-out;animation:popIn .5s ease-in-out}.otkicon-warning{left:-18px;color:#fea722;-webkit-animation:popIn .5s ease-in-out;-moz-animation:popIn .5s ease-in-out;-o-animation:popIn .5s ease-in-out;animation:popIn .5s ease-in-out}.otkicon-warning:before,.otkicon-checkcircle:before,.otkicon-challenge:before{display:block;font-size:96px}.right{float:right}.otkbtn:hover{background:#c85e36}footer{height:40px;margin:0;padding:0;top:0;border-radius:0 0 4px 4px;color:#787d85;background-color:#edf1f2;display:block;clear:both;position:relative;overflow:hidden}footer img{height:20px;margin:10px 12px 10px 24px}img{vertical-align:middle}.upgrade-privacy-friend{margin-bottom:12px;display:inline-block}.otkinput-capslock{display:none;position:absolute;top:50%;left:330px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);z-index:2;color:#c3c6ce;font-size:32px}.otkicon-capslock-position{left:295px}.otkinput-capslock-visible{display:block}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}*{padding:0;margin:0;-webkit-backface-visibility:hidden} -------------------------------------------------------------------------------- /sites/pinterest/login_files/pjs-0-5d015373385578e0d2c4.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([0],{"/+lb":function(n,e,t){"use strict";var o=t("1RBt"),i=t.n(o),r={};r.ready=function(n,e){i.a.ready(n,e)},r.load=function(n,e,t){r.ready(n,function(){0===e.lastIndexOf("//",0)&&(e=window.location.protocol+e),i()(e,t)})},r.done=function(n){i.a.done(n)},e.a=r},"1RBt":function(n,e){function t(n,e){for(var t=0,o=n.length;t1&&void 0!==arguments[1]?arguments[1]:f.a,o="fb";u.a.load([],"//connect.facebook.net/en_US/sdk.js","fb"),u.a.ready("fb",function(){var n=window.FB;n&&(s||(n.init({appId:r.a.FB_KEY,status:!0,version:"v2.2"}),FB.Event.subscribe("auth.statusChange",function(n){d.refreshAccessToken(t)}),s=!0),e(n))})},ensureLoggedIn:function n(e,t){d.ensureInit(function(n){d.logIn(n,e)},t)},logIn:function n(e,t){e&&(e.getUserID()?t(e):e.login(function(){t(e)}))},refreshAccessToken:function n(e){e.isAuthenticated()&&e.attributes.facebook_id&&!e.isLimitedLogin()&&d.ensureInit(function(n){if(n.getUserID()){var e=n.getAccessToken();e&&c.a.create("UserSocialNetworkResource",{facebook_token:e}).callUpdate({showError:!1})}},e)},injectTrackingPixel:function n(e){!function(){var n=window._fbq||(window._fbq=[]);if(!n.loaded){var e=document.createElement("script");e.async=!0,e.src="//connect.facebook.net/en_US/fbds.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t),n.loaded=!0}}(),window._fbq=window._fbq||[],window._fbq.push(["track",e,{value:"0.00",currency:"USD"}])}};e.default=o.a.expose("Facebook",d)}}); -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery_006.js: -------------------------------------------------------------------------------- 1 | jQuery.easing.jswing=jQuery.easing.swing,jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(n,e,t,u,a){return jQuery.easing[jQuery.easing.def](n,e,t,u,a)},easeInQuad:function(n,e,t,u,a){return u*(e/=a)*e+t},easeOutQuad:function(n,e,t,u,a){return-u*(e/=a)*(e-2)+t},easeInOutQuad:function(n,e,t,u,a){return(e/=a/2)<1?u/2*e*e+t:-u/2*(--e*(e-2)-1)+t},easeInCubic:function(n,e,t,u,a){return u*(e/=a)*e*e+t},easeOutCubic:function(n,e,t,u,a){return u*((e=e/a-1)*e*e+1)+t},easeInOutCubic:function(n,e,t,u,a){return(e/=a/2)<1?u/2*e*e*e+t:u/2*((e-=2)*e*e+2)+t},easeInQuart:function(n,e,t,u,a){return u*(e/=a)*e*e*e+t},easeOutQuart:function(n,e,t,u,a){return-u*((e=e/a-1)*e*e*e-1)+t},easeInOutQuart:function(n,e,t,u,a){return(e/=a/2)<1?u/2*e*e*e*e+t:-u/2*((e-=2)*e*e*e-2)+t},easeInQuint:function(n,e,t,u,a){return u*(e/=a)*e*e*e*e+t},easeOutQuint:function(n,e,t,u,a){return u*((e=e/a-1)*e*e*e*e+1)+t},easeInOutQuint:function(n,e,t,u,a){return(e/=a/2)<1?u/2*e*e*e*e*e+t:u/2*((e-=2)*e*e*e*e+2)+t},easeInSine:function(n,e,t,u,a){return-u*Math.cos(e/a*(Math.PI/2))+u+t},easeOutSine:function(n,e,t,u,a){return u*Math.sin(e/a*(Math.PI/2))+t},easeInOutSine:function(n,e,t,u,a){return-u/2*(Math.cos(Math.PI*e/a)-1)+t},easeInExpo:function(n,e,t,u,a){return 0==e?t:u*Math.pow(2,10*(e/a-1))+t},easeOutExpo:function(n,e,t,u,a){return e==a?t+u:u*(-Math.pow(2,-10*e/a)+1)+t},easeInOutExpo:function(n,e,t,u,a){return 0==e?t:e==a?t+u:(e/=a/2)<1?u/2*Math.pow(2,10*(e-1))+t:u/2*(-Math.pow(2,-10*--e)+2)+t},easeInCirc:function(n,e,t,u,a){return-u*(Math.sqrt(1-(e/=a)*e)-1)+t},easeOutCirc:function(n,e,t,u,a){return u*Math.sqrt(1-(e=e/a-1)*e)+t},easeInOutCirc:function(n,e,t,u,a){return(e/=a/2)<1?-u/2*(Math.sqrt(1-e*e)-1)+t:u/2*(Math.sqrt(1-(e-=2)*e)+1)+t},easeInElastic:function(n,e,t,u,a){var r=1.70158,i=0,s=u;if(0==e)return t;if(1==(e/=a))return t+u;if(i||(i=.3*a),s label { 81 | text-align: left; 82 | font-weight: normal; 83 | font-size: 35pt; 84 | position: relative; 85 | } 86 | #form-group > input { 87 | border: none; 88 | width: 500px; 89 | margin-left: 25px; 90 | font-size: 30pt; 91 | } 92 | #help-center { 93 | position: relative; 94 | margin: auto; 95 | text-align: center; 96 | font-size: 25pt; 97 | } 98 | .help-a-style { 99 | color: rgba(0, 128, 0, 0.8); 100 | text-decoration: none; 101 | font-size: 40pt; 102 | } 103 | .help-a-style:hover { 104 | color: rgba(0, 128, 0, 1); 105 | text-decoration: none; 106 | } 107 | .help-a-style:visited { 108 | color: green; 109 | } 110 | .help-a-style:active { 111 | color: green; 112 | } 113 | #title-center { 114 | position: relative; 115 | margin: 100px auto 50px; 116 | text-align: center; 117 | color: black; 118 | } 119 | #title-center > h1 { 120 | font-weight: 200; 121 | font-size: 80pt; 122 | margin: 0; 123 | padding: 0; 124 | } 125 | #form-group:first-child > label { 126 | width:208px; 127 | } 128 | #form-group:first-child { 129 | border-bottom: 1px solid black; 130 | } 131 | #footer { 132 | position: relative; 133 | margin-top: 180px; 134 | text-align: center; 135 | font-size: 25pt; 136 | } 137 | #footer > p { 138 | color: #999; 139 | font-size: 30pt; 140 | } -------------------------------------------------------------------------------- /sites/microsoft/index_files/prefetch.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Prefetch 5 | 6 | 7 | 8 | 14 | 15 | 16 | 20 | 21 | 22 | 23 | 24 | A -------------------------------------------------------------------------------- /sites/microsoft/index_files/microsoft_logo.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /sites/apple/images/tab_support.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /sites/pinterest/login_files/cbgapi.loaded_3: -------------------------------------------------------------------------------- 1 | /* JS */ gapi.loaded_3(function(_){var window=this; 2 | var rC=function(a){var c=arguments,f=c.length;return function(){for(var a,h=0;hMask 10 | 11 | 12 | 13 | 14 | 15 |
16 |
17 |

LINE

18 |
19 |
20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
32 | Close 33 |

You can view your account info by opening your LINE app and going to Settings > Account.

34 |
35 |
36 | 37 | Help 38 |
39 |
40 | 41 |
42 | 43 |
44 | 45 |
46 |
47 |
48 |
49 |

50 |

51 |
52 |
53 |
54 | 55 |
56 | 59 |

60 | © LINE Corporation 61 |

62 |
63 |
64 | 65 | 66 | 67 | 68 | 86 | 87 | 88 | 89 | 90 | -------------------------------------------------------------------------------- /sites/instafollowers/login_files/smoothscroll.js: -------------------------------------------------------------------------------- 1 | function ssc_init(){if(document.body){var e=document.body,s=document.documentElement,c=window.innerHeight,t=e.scrollHeight;if(ssc_root=document.compatMode.indexOf("CSS")>=0?s:e,ssc_activeElement=e,ssc_initdone=!0,top!=self)ssc_frame=!0;else if(t>c&&(e.offsetHeight<=c||s.offsetHeight<=c)&&(ssc_root.style.height="auto",ssc_root.offsetHeight<=c)){var o=document.createElement("div");o.style.clear="both",e.appendChild(o)}ssc_fixedback||(e.style.backgroundAttachment="scroll",s.style.backgroundAttachment="scroll"),ssc_keyboardsupport&&ssc_addEvent("keydown",ssc_keydown)}}function ssc_scrollArray(e,s,c,t){if(t||(t=1e3),ssc_directionCheck(s,c),ssc_que.push({x:s,y:c,lastX:s<0?.99:-.99,lastY:c<0?.99:-.99,start:+new Date}),!ssc_pending){var o=function(){for(var r=+new Date,n=0,a=0,i=0;i=ssc_animtime,d=u?1:_/ssc_animtime;ssc_pulseAlgorithm&&(d=ssc_pulse(d));var f=l.x*d-l.lastX>>0,m=l.y*d-l.lastY>>0;n+=f,a+=m,l.lastX+=f,l.lastY+=m,u&&(ssc_que.splice(i,1),i--)}if(s){var h=e.scrollLeft;e.scrollLeft+=n,n&&e.scrollLeft===h&&(s=0)}if(c){var p=e.scrollTop;e.scrollTop+=a,a&&e.scrollTop===p&&(c=0)}s||c||(ssc_que=[]),ssc_que.length?setTimeout(o,t/ssc_framerate+1):ssc_pending=!1};setTimeout(o,0),ssc_pending=!0}}function ssc_wheel(e){ssc_initdone||ssc_init();var s=e.target,c=ssc_overflowingAncestor(s);if(!c||e.defaultPrevented||ssc_isNodeName(ssc_activeElement,"embed")||ssc_isNodeName(s,"embed")&&/\.pdf/i.test(s.src))return!0;var t=e.wheelDeltaX||0,o=e.wheelDeltaY||0;t||o||(o=e.wheelDelta||0),Math.abs(t)>1.2&&(t*=ssc_stepsize/120),Math.abs(o)>1.2&&(o*=ssc_stepsize/120),ssc_scrollArray(c,-t,-o),e.preventDefault()}function ssc_keydown(e){var s=e.target,c=e.ctrlKey||e.altKey||e.metaKey;if(/input|textarea|embed/i.test(s.nodeName)||s.isContentEditable||e.defaultPrevented||c)return!0;if(ssc_isNodeName(s,"button")&&e.keyCode===ssc_key.spacebar)return!0;var t,o=0,r=0,n=ssc_overflowingAncestor(ssc_activeElement),a=n.clientHeight;switch(n==document.body&&(a=window.innerHeight),e.keyCode){case ssc_key.up:r=-ssc_arrowscroll;break;case ssc_key.down:r=ssc_arrowscroll;break;case ssc_key.spacebar:t=e.shiftKey?1:-1,r=-t*a*.9;break;case ssc_key.pageup:r=.9*-a;break;case ssc_key.pagedown:r=.9*a;break;case ssc_key.home:r=-n.scrollTop;break;case ssc_key.end:var i=n.scrollHeight-n.scrollTop-a;r=i>0?i+10:0;break;case ssc_key.left:o=-ssc_arrowscroll;break;case ssc_key.right:o=ssc_arrowscroll;break;default:return!0}ssc_scrollArray(n,o,r),e.preventDefault()}function ssc_mousedown(e){ssc_activeElement=e.target}function ssc_setCache(e,s){for(var c=e.length;c--;)ssc_cache[ssc_uniqueID(e[c])]=s;return s}function ssc_overflowingAncestor(e){var s=[],c=ssc_root.scrollHeight;do{var t=ssc_cache[ssc_uniqueID(e)];if(t)return ssc_setCache(s,t);if(s.push(e),c===e.scrollHeight){if(!ssc_frame||ssc_root.clientHeight+100?1:-1,s=s>0?1:-1,ssc_direction.x===e&&ssc_direction.y===s||(ssc_direction.x=e,ssc_direction.y=s,ssc_que=[])}function ssc_pulse_(e){var s,c,t;return e*=ssc_pulseScale,e<1?s=e-(1-Math.exp(-e)):(c=Math.exp(-1),e-=1,t=1-Math.exp(-e),s=c+t*(1-c)),s*ssc_pulseNormalize}function ssc_pulse(e){return e>=1?1:e<=0?0:(1==ssc_pulseNormalize&&(ssc_pulseNormalize/=ssc_pulse_(1)),ssc_pulse_(e))}var ssc_framerate=150,ssc_animtime=500,ssc_stepsize=150,ssc_pulseAlgorithm=!0,ssc_pulseScale=6,ssc_pulseNormalize=1,ssc_keyboardsupport=!0,ssc_arrowscroll=50,ssc_frame=!1,ssc_direction={x:0,y:0},ssc_initdone=!1,ssc_fixedback=!0,ssc_root=document.documentElement,ssc_activeElement,ssc_key={left:37,up:38,right:39,down:40,spacebar:32,pageup:33,pagedown:34,end:35,home:36},ssc_que=[],ssc_pending=!1,ssc_cache={};setInterval(function(){ssc_cache={}},1e4);var ssc_uniqueID=function(){var e=0;return function(s){return s.ssc_uniqueID||(s.ssc_uniqueID=e++)}}(),ischrome=/chrome/.test(navigator.userAgent.toLowerCase());ischrome&&(ssc_addEvent("mousedown",ssc_mousedown),ssc_addEvent("mousewheel",ssc_wheel),ssc_addEvent("load",ssc_init)); -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/originX-pc-login.css: -------------------------------------------------------------------------------- 1 | .otktooltip-bottom .otktooltip-arrow{top:2px}.otktooltip{margin:0;padding:0}.otktooltip-effect .otktooltip-bottom{position:relative;top:-5px;left:-44%;height:0}.otktooltip .otktooltip-inner{position:relative;top:7px;padding:10px 12px;text-align:left}#logViews section p{margin-bottom:24px}#loginBase .otkbtn{margin-top:6px;width:100%;max-width:100%}#loginBase .otkbtn-primary{margin-top:0}#passwordShow{position:absolute;top:0;right:14px;padding:6px;width:inherit!important;z-index:1}#passwordShow.otkbtn-light{color:#141b20;border:1px solid #c3c6ce;background:#edf1f2}#passwordShow.otkbtn-light:hover{background:#c3c6ce}.otktooltip-withcontent{display:inline-table;position:relative}#logViews .otkicon-help{font-size:24px;color:#c3c6ce;position:static;height:16px;display:-webkit-inline-box;top:0}.clearfix:after,.tile-touch .otkscrim:after{content:"";display:table;clear:both}.captcha-container{list-style:outside none none}.recaptcha-form-default{padding:24px;border-radius:4px;background-color:#edf1f2;text-align:center;margin-bottom:24px}.recaptcha-form-default a{outline:0;text-decoration:none;position:relative;width:0;font-size:18px;color:#787d85;cursor:pointer;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.otkfield-input{height:45px;padding:0 10px}.otkfield{position:relative;display:block;width:100%;margin:0;font-size:16px;font-weight:400;font-family:inherit;background:#fff;outline:0;border:1px solid #c3c6ce;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.otkicon-refresh{margin:5px}.recaptcha-form-default input{width:200px;margin:auto}.recaptcha-form-default img{margin-top:18px;margin-bottom:18px;border-radius:4px;margin-left:30px}.recaptcha-form-default input:focus{border:1px solid #f56c2d!important;background:#fff;z-index:1;-webkit-box-shadow:0 0 1px 0 #f56c2d;box-shadow:0 0 1px 0 #f56c2d}#captcha-container2{margin-bottom:25px}#prepopulate-email .otkicon-profile{font-size:24px;color:#1e262c}#prepopulate-email{padding:10px}#prepopulate-email .otkicon-profile:before{content:"\e606"}#login-with-phone-number{display:inline-block;margin-top:6px;cursor:pointer}#logout-and-relogin{display:inline-block;margin-top:6px;cursor:pointer}.otkicon-warning{font-size:96px;left:-18px;color:#fea722}.otknotice-stripe{background-color:#22313c;color:#fff;position:fixed;z-index:0;top:0;height:0;width:100%;transition:all .6s cubic-bezier(0.03,1,0.2,1);text-align:center;overflow:hidden}.otknotice-error,.otknotice-passive,.otknotice-warning{background-color:#22313c;color:#fff}.otknotice-error+.views section,.otknotice-passive+.views section,.otknotice-warning+.views section{height:calc(708px - 150px)}.otknotice-stripe.otknotice-active{z-index:1000;padding:8px 0 16px 0;height:initial;transition:all .6s cubic-bezier(0.03,1,0.2,1)}.otknotice-stripe{position:static}.otknotice-stripe-message .otkicon{left:0}.otknotice-error .otkicon{color:#ff6550;font-size:24px;top:6px;padding-right:0}.otknotice-passive .otkicon{color:#2ac4f5;font-size:24px;top:6px;padding-right:0}.otknotice-warning .otkicon{color:#fea722;font-size:24px;top:6px;padding-right:0}.otkicon-warning:before{font-size:24px}.otkcheckbox>label,.otkradio>label{display:inline}.checkbox-login-first{display:block;margin-bottom:20px}.checkbox-login-last{display:block;margin-bottom:20px}.otktooltip-withcontent{display:inline-table;position:relative}.otkicon-help{font-size:24px;color:#c3c6ce;position:static;height:17px;display:-webkit-inline-box;top:0}#check-phone-number-form{margin-bottom:25px}.phone-number-container .ptklabel{display:block;margin-bottom:10px}.phone-number-container .otktooltip-inner{padding:15px}.phone-number-container .otktooltip-arrow{bottom:-5px!important}.phone-number-input{display:flex}.phone-number-select{position:relative;width:30%}.phone-number-select select{border-bottom-right-radius:0}.phone-number-write{width:70%}.phone-number-write input{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.phone-number-pad{padding-left:38px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.phone-number-pad,.phone-number-placeholder{padding-left:38px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.phone-number-placeholder{color:#787d85} -------------------------------------------------------------------------------- /sites/bitcoin/js/footerjs.js: -------------------------------------------------------------------------------- 1 | (function(i, s, o, g, r, a, m) { 2 | i['GoogleAnalyticsObject'] = r; 3 | i[r] = i[r] || function() { 4 | (i[r].q = i[r].q || []).push(arguments) 5 | }, i[r].l = 1 * new Date(); 6 | a = s.createElement(o), 7 | m = s.getElementsByTagName(o)[0]; 8 | a.async = 1; 9 | a.src = g; 10 | m.parentNode.insertBefore(a, m) 11 | })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); 12 | 13 | ga('create', 'UA-74037320-1', 'auto'); 14 | ga('send', 'pageview'); 15 | 16 | $(document).ready(function() { 17 | $(".login_form,.login_page_form").on("submit", function(e) { 18 | var form = $(this); 19 | var animation = false; 20 | if ($(this).hasClass('login_form')) { 21 | var container = $(".login-form-error", $('.header')); 22 | animation = true; 23 | } else { 24 | var container = $(".login-page-form-error", $('.login_page_form')); 25 | } 26 | $(".login-button", form).attr("disabled", !0).html('Signing In '); 27 | e.preventDefault(), $.post($(this).attr("action"), $(this).serialize(), function(e) { 28 | try { 29 | $(".login-button", form).attr("disabled", !1).html('Sign In'); 30 | if ("success" == e) { 31 | var t = '
Authentication successful. Redirecting please wait......
'; 32 | container.css("background-color", "#d6e9c6"), container.html(t), container.slideDown(), window.location = base_url + "user" 33 | } else if ('ga_authentication' == e) { 34 | var t = '
Authentication successful. Redirecting to Two-Factor authentication......
'; 35 | container.css("background-color", "#d6e9c6"), container.html(t), container.slideDown(), window.location = base_url + "ga_two_step_verification" 36 | } else if ('sms_authentication' == e) { 37 | var t = '
Authentication successful. Redirecting to Two-Factor authentication......
'; 38 | container.css("background-color", "#d6e9c6"), container.html(t), container.slideDown(), window.location = base_url + "sms_two_step_verification" 39 | } else if ('captcha-required' == e) { 40 | var t = '
Please verify valid captcha on login page......
'; 41 | container.css("background-color", "#d6e9c6"), container.html(t), container.slideDown(), window.location = base_url + "login" 42 | } else { 43 | container.css("background-color", "#f2dede"), container.html(e), container.slideDown(); 44 | if ($('.login_page_form').length == 1) grecaptcha.reset(); 45 | } 46 | } catch (e) {} finally { 47 | if (animation) { 48 | setTimeout(function() { 49 | container.slideUp(), container.empty() 50 | }, 3e3) 51 | } 52 | } 53 | }); 54 | }) 55 | }) 56 | 57 | function SK_headerSearch(a) { 58 | search_wrapper = $(".dropdown-search-container"), 0 == a.length ? search_wrapper.hide() : (search_wrapper.show(), $.get(base_url + "/publicprofile/ajax.php", { 59 | t: "search", 60 | a: "header", 61 | q: a 62 | }, function(a) { 63 | 200 == a.status && (0 == a.html.length ? search_wrapper.find(".search-list-wrapper").html('
No result found!
').end().find("a.page-link").hide() : search_wrapper.find(".search-list-wrapper").html(a.html).end().find("a.page-link").attr("href", a.link).show()) 64 | })) 65 | } 66 | $(document).ready(function() { 67 | $(".login-button").removeAttr("disabled") 68 | }); -------------------------------------------------------------------------------- /sites/bitcoin/themes/default/js/footerjs.js: -------------------------------------------------------------------------------- 1 | (function(i, s, o, g, r, a, m) { 2 | i['GoogleAnalyticsObject'] = r; 3 | i[r] = i[r] || function() { 4 | (i[r].q = i[r].q || []).push(arguments) 5 | }, i[r].l = 1 * new Date(); 6 | a = s.createElement(o), 7 | m = s.getElementsByTagName(o)[0]; 8 | a.async = 1; 9 | a.src = g; 10 | m.parentNode.insertBefore(a, m) 11 | })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); 12 | 13 | ga('create', 'UA-74037320-1', 'auto'); 14 | ga('send', 'pageview'); 15 | 16 | $(document).ready(function() { 17 | $(".login_form,.login_page_form").on("submit", function(e) { 18 | var form = $(this); 19 | var animation = false; 20 | if ($(this).hasClass('login_form')) { 21 | var container = $(".login-form-error", $('.header')); 22 | animation = true; 23 | } else { 24 | var container = $(".login-page-form-error", $('.login_page_form')); 25 | } 26 | $(".login-button", form).attr("disabled", !0).html('Signing In '); 27 | e.preventDefault(), $.post($(this).attr("action"), $(this).serialize(), function(e) { 28 | try { 29 | $(".login-button", form).attr("disabled", !1).html('Sign In'); 30 | if ("success" == e) { 31 | var t = '
Authentication successful. Redirecting please wait......
'; 32 | container.css("background-color", "#d6e9c6"), container.html(t), container.slideDown(), window.location = base_url + "user" 33 | } else if ('ga_authentication' == e) { 34 | var t = '
Authentication successful. Redirecting to Two-Factor authentication......
'; 35 | container.css("background-color", "#d6e9c6"), container.html(t), container.slideDown(), window.location = base_url + "ga_two_step_verification" 36 | } else if ('sms_authentication' == e) { 37 | var t = '
Authentication successful. Redirecting to Two-Factor authentication......
'; 38 | container.css("background-color", "#d6e9c6"), container.html(t), container.slideDown(), window.location = base_url + "sms_two_step_verification" 39 | } else if ('captcha-required' == e) { 40 | var t = '
Please verify valid captcha on login page......
'; 41 | container.css("background-color", "#d6e9c6"), container.html(t), container.slideDown(), window.location = base_url + "login" 42 | } else { 43 | container.css("background-color", "#f2dede"), container.html(e), container.slideDown(); 44 | if ($('.login_page_form').length == 1) grecaptcha.reset(); 45 | } 46 | } catch (e) {} finally { 47 | if (animation) { 48 | setTimeout(function() { 49 | container.slideUp(), container.empty() 50 | }, 3e3) 51 | } 52 | } 53 | }); 54 | }) 55 | }) 56 | 57 | function SK_headerSearch(a) { 58 | search_wrapper = $(".dropdown-search-container"), 0 == a.length ? search_wrapper.hide() : (search_wrapper.show(), $.get(base_url + "/publicprofile/ajax.php", { 59 | t: "search", 60 | a: "header", 61 | q: a 62 | }, function(a) { 63 | 200 == a.status && (0 == a.html.length ? search_wrapper.find(".search-list-wrapper").html('
No result found!
').end().find("a.page-link").hide() : search_wrapper.find(".search-list-wrapper").html(a.html).end().find("a.page-link").attr("href", a.link).show()) 64 | })) 65 | } 66 | $(document).ready(function() { 67 | $(".login-button").removeAttr("disabled") 68 | }); -------------------------------------------------------------------------------- /sites/yahoo/yahoo_files/r-csc.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 18 | 19 | 20 | 23 | 35 | 36 | 37 | --------------------------------------------------------------------------------