Compare commits
No commits in common. "v125" and "v120" have entirely different histories.
|
@ -269,7 +269,6 @@ projects:
|
||||||
- ui-autocomplete
|
- ui-autocomplete
|
||||||
- ui-colors
|
- ui-colors
|
||||||
- ui-icons
|
- ui-icons
|
||||||
- ui-widgets
|
|
||||||
compose-awesomebar:
|
compose-awesomebar:
|
||||||
description: An awesomebar component showing search results matching text entered
|
description: An awesomebar component showing search results matching text entered
|
||||||
into the toolbar.
|
into the toolbar.
|
||||||
|
@ -602,9 +601,7 @@ projects:
|
||||||
path: components/feature/autofill
|
path: components/feature/autofill
|
||||||
publish: true
|
publish: true
|
||||||
upstream_dependencies:
|
upstream_dependencies:
|
||||||
- browser-errorpages
|
|
||||||
- concept-base
|
- concept-base
|
||||||
- concept-engine
|
|
||||||
- concept-fetch
|
- concept-fetch
|
||||||
- concept-storage
|
- concept-storage
|
||||||
- lib-fetch-okhttp
|
- lib-fetch-okhttp
|
||||||
|
@ -759,7 +756,6 @@ projects:
|
||||||
- ui-colors
|
- ui-colors
|
||||||
- ui-icons
|
- ui-icons
|
||||||
- ui-tabcounter
|
- ui-tabcounter
|
||||||
- ui-widgets
|
|
||||||
feature-downloads:
|
feature-downloads:
|
||||||
description: Feature implementation for apps that want to use Android downloads
|
description: Feature implementation for apps that want to use Android downloads
|
||||||
manager.
|
manager.
|
||||||
|
@ -822,10 +818,8 @@ projects:
|
||||||
- feature-session
|
- feature-session
|
||||||
- lib-publicsuffixlist
|
- lib-publicsuffixlist
|
||||||
- lib-state
|
- lib-state
|
||||||
- service-nimbus
|
|
||||||
- support-base
|
- support-base
|
||||||
- support-ktx
|
- support-ktx
|
||||||
- support-locale
|
|
||||||
- support-test
|
- support-test
|
||||||
- support-utils
|
- support-utils
|
||||||
- tooling-lint
|
- tooling-lint
|
||||||
|
@ -1033,7 +1027,6 @@ projects:
|
||||||
- ui-colors
|
- ui-colors
|
||||||
- ui-icons
|
- ui-icons
|
||||||
- ui-tabcounter
|
- ui-tabcounter
|
||||||
- ui-widgets
|
|
||||||
feature-qr:
|
feature-qr:
|
||||||
description: A feature that provides functionality for scanning QR codes.
|
description: A feature that provides functionality for scanning QR codes.
|
||||||
path: components/feature/qr
|
path: components/feature/qr
|
||||||
|
@ -1868,7 +1861,6 @@ projects:
|
||||||
- ui-colors
|
- ui-colors
|
||||||
- ui-icons
|
- ui-icons
|
||||||
- ui-tabcounter
|
- ui-tabcounter
|
||||||
- ui-widgets
|
|
||||||
service-contile:
|
service-contile:
|
||||||
description: A library to communicate with the Contile services API
|
description: A library to communicate with the Contile services API
|
||||||
path: components/service/contile
|
path: components/service/contile
|
||||||
|
@ -2267,17 +2259,9 @@ projects:
|
||||||
path: components/ui/widgets
|
path: components/ui/widgets
|
||||||
publish: true
|
publish: true
|
||||||
upstream_dependencies:
|
upstream_dependencies:
|
||||||
- browser-errorpages
|
|
||||||
- concept-base
|
- concept-base
|
||||||
- concept-engine
|
|
||||||
- concept-fetch
|
|
||||||
- concept-storage
|
|
||||||
- lib-publicsuffixlist
|
|
||||||
- support-base
|
- support-base
|
||||||
- support-ktx
|
|
||||||
- support-test
|
- support-test
|
||||||
- support-test-fakes
|
|
||||||
- support-utils
|
|
||||||
- tooling-lint
|
- tooling-lint
|
||||||
- ui-colors
|
- ui-colors
|
||||||
- ui-icons
|
- ui-icons
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
componentsGroupId: "org.mozilla.components"
|
componentsGroupId: "org.mozilla.components"
|
||||||
|
|
||||||
# Synchronized build configuration for all modules
|
# Synchronized build configuration for all modules
|
||||||
jvmTargetCompatibility: 17
|
|
||||||
compileSdkVersion: 34
|
compileSdkVersion: 34
|
||||||
minSdkVersion: 21
|
minSdkVersion: 21
|
||||||
targetSdkVersion: 34
|
targetSdkVersion: 33
|
||||||
|
|
|
@ -0,0 +1,148 @@
|
||||||
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
# This CODEOWNERS file defines individuals or teams that are responsible
|
||||||
|
# for code in this repository. Code owners are automatically requested
|
||||||
|
# for review when someone opens a pull request that modifies code that
|
||||||
|
# they own. Order is important; the last matching pattern takes the most
|
||||||
|
# precedence.
|
||||||
|
# A CODEOWNERS file uses a pattern that follows the same rules used in
|
||||||
|
# gitignore files. The pattern is followed by one or more GitHub usernames
|
||||||
|
# or team names using the standard @username or @org/team-name format.
|
||||||
|
# You can also refer to a user by an email address that has been added
|
||||||
|
# to their GitHub account, for example user@example.com.
|
||||||
|
# https://help.github.com/articles/about-codeowners/
|
||||||
|
|
||||||
|
|
||||||
|
# By default the Android Components team will be the owner for everything in
|
||||||
|
# the repo. Unless a later match takes precedence.
|
||||||
|
* @mozilla-mobile/act
|
||||||
|
|
||||||
|
# Changelog is reviewable by anyone on any team
|
||||||
|
/docs/changelog.md @mozilla-mobile
|
||||||
|
|
||||||
|
# Release Engineering pipeline
|
||||||
|
/.cron.yml @mozilla-mobile/releng @mozilla-mobile/act
|
||||||
|
/.taskcluster.yml @mozilla-mobile/releng @mozilla-mobile/act
|
||||||
|
/automation/ @mozilla-mobile/act
|
||||||
|
/taskcluster/ @mozilla-mobile/releng @mozilla-mobile/act
|
||||||
|
|
||||||
|
/components/browser/awesomebar/ @mozilla-mobile/act
|
||||||
|
/components/browser/domains/ @csadilek
|
||||||
|
/components/browser/engine-gecko-beta/ @csadilek @amejia481
|
||||||
|
/components/browser/engine-gecko-nightly/ @csadilek @amejia481
|
||||||
|
/components/browser/engine-gecko/ @csadilek @amejia481
|
||||||
|
/components/browser/engine-system/ @amejia481
|
||||||
|
/components/browser/errorpages/ @mozilla-mobile/act
|
||||||
|
/components/browser/icons/ @mozilla-mobile/act
|
||||||
|
/components/browser/menu/ @mozilla-mobile/act
|
||||||
|
/components/browser/menu2/ @jonalmeida
|
||||||
|
/components/browser/search/ @mozilla-mobile/act
|
||||||
|
/components/browser/state/ @csadilek
|
||||||
|
/components/browser/storage-sync/ @mozilla-mobile/act
|
||||||
|
/components/browser/tabstray/ @jonalmeida
|
||||||
|
/components/browser/thumbnails/ @jonalmeida @gabrielluong
|
||||||
|
/components/browser/toolbar/ @mozilla-mobile/act
|
||||||
|
|
||||||
|
/components/concept/awesomebar/ @csadilek
|
||||||
|
/components/concept/base/ @mozilla-mobile/act
|
||||||
|
/components/concept/engine/ @csadilek
|
||||||
|
/components/concept/fetch/ @csadilek
|
||||||
|
/components/concept/menu/ @mozilla-mobile/act
|
||||||
|
/components/concept/push/ @jonalmeida
|
||||||
|
/components/concept/storage/ @mozilla-mobile/act
|
||||||
|
/components/concept/sync/ @mozilla-mobile/act
|
||||||
|
/components/concept/tabstray/ @jonalmeida
|
||||||
|
/components/concept/toolbar/ @mozilla-mobile/act
|
||||||
|
|
||||||
|
/components/feature/accounts-push/ @jonalmeida
|
||||||
|
/components/feature/accounts/ @mozilla-mobile/act
|
||||||
|
/components/feature/addons/ @csadilek @amejia481
|
||||||
|
/components/feature/app-links/ @rocketsroger
|
||||||
|
/components/feature/autofill/ @mozilla-mobile/act
|
||||||
|
/components/feature/awesomebar/ @csadilek
|
||||||
|
/components/feature/containers/ @gabrielluong
|
||||||
|
/components/feature/contextmenu/ @mozilla-mobile/act
|
||||||
|
/components/feature/customtabs/ @jonalmeida
|
||||||
|
/components/feature/downloads/ @Amejia481 @csadilek
|
||||||
|
/components/feature/findinpage/ @Amejia481
|
||||||
|
/components/feature/intent/ @mozilla-mobile/act
|
||||||
|
/components/feature/media/ @rocketsroger
|
||||||
|
/components/feature/privatemode/ @mozilla-mobile/act
|
||||||
|
/components/feature/prompts/ @amejia481
|
||||||
|
/components/feature/push/ @jonalmeida
|
||||||
|
/components/feature/pwa/ @mozilla-mobile/act
|
||||||
|
/components/feature/qr/ @csadilek
|
||||||
|
/components/feature/readerview/ @csadilek
|
||||||
|
/components/feature/recentlyclosed/ @mozilla-mobile/act
|
||||||
|
/components/feature/search/ @mozilla-mobile/act
|
||||||
|
/components/feature/session/ @csadilek
|
||||||
|
/components/feature/share/ @mozilla-mobile/act
|
||||||
|
/components/feature/sitepermissions/ @amejia481
|
||||||
|
/components/feature/syncedtabs/ @jonalmeida
|
||||||
|
/components/feature/tab-collections/ @mozilla-mobile/act
|
||||||
|
/components/feature/tabs/ @jonalmeida
|
||||||
|
/components/feature/toolbar/ @mozilla-mobile/act
|
||||||
|
/components/feature/top-sites/ @gabrielluong
|
||||||
|
/components/feature/webcompat-reporter/ @mozilla-mobile/Webcompat
|
||||||
|
/components/feature/webcompat/ @mozilla-mobile/Webcompat
|
||||||
|
/components/feature/webnotifications/ @jonalmeida @rocketsroger
|
||||||
|
|
||||||
|
/components/lib/crash/ @rocketsroger
|
||||||
|
/components/lib/dataprotect/ @mozilla-mobile/act
|
||||||
|
/components/lib/fetch-httpurlconnection/ @mozilla-mobile/act
|
||||||
|
/components/lib/fetch-okhttp/ @mozilla-mobile/act
|
||||||
|
/components/lib/jexl/ @mozilla-mobile/act
|
||||||
|
/components/lib/publicsuffixlist/ @mozilla-mobile/act
|
||||||
|
/components/lib/push-firebase/ @jonalmeida
|
||||||
|
/components/lib/state/ @csadilek
|
||||||
|
|
||||||
|
/components/service/digitalassetlinks/ @mozilla-mobile/act
|
||||||
|
/components/service/experiments/ @mozilla-mobile/telemetry
|
||||||
|
/components/service/firefox-accounts/ @mozilla-mobile/act
|
||||||
|
/components/service/fretboard/ @mozilla-mobile/act
|
||||||
|
/components/service/glean/ @mozilla-mobile/telemetry
|
||||||
|
/components/service/location/ @mozilla-mobile/act
|
||||||
|
/components/service/nimbus/ @mozilla-mobile/telemetry @mozilla-mobile/ast
|
||||||
|
/components/service/pocket/ @Mugurell
|
||||||
|
/components/service/sync-autofill/ @gabrielluong
|
||||||
|
/components/service/sync-logins/ @mozilla-mobile/act
|
||||||
|
|
||||||
|
/components/support/android-test/ @amejia481
|
||||||
|
/components/support/base/ @amejia481
|
||||||
|
/components/support/images/ @mozilla-mobile/act
|
||||||
|
/components/support/ktx/ @amejia481
|
||||||
|
/components/support/locale/ @amejia481
|
||||||
|
/components/support/rusthttp/ @mozilla-mobile/ast
|
||||||
|
/components/support/rustlog/ @mozilla-mobile/ast
|
||||||
|
/components/support/test-appservices/ @mozilla-mobile/act
|
||||||
|
/components/support/test-libstate/ @csadilek
|
||||||
|
/components/support/test/ @amejia481
|
||||||
|
/components/support/utils/ @mozilla-mobile/act
|
||||||
|
/components/support/webextensions/ @csadilek @amejia481
|
||||||
|
|
||||||
|
/components/tooling/detekt/
|
||||||
|
/components/tooling/fetch-tests/ @csadilek
|
||||||
|
/components/tooling/lint/ @mozilla-mobile/act
|
||||||
|
|
||||||
|
/components/ui/autocomplete/ @mozilla-mobile/act
|
||||||
|
/components/ui/colors/ @mozilla-mobile/act
|
||||||
|
/components/ui/fonts/ @mozilla-mobile/act
|
||||||
|
/components/ui/icons/ @mozilla-mobile/act
|
||||||
|
/components/ui/tabcounter/ @mozilla-mobile/act
|
||||||
|
/components/ui/widgets/ @mozilla-mobile/act
|
||||||
|
|
||||||
|
/samples/browser/ @csadilek @amejia481
|
||||||
|
/samples/crash/ @rocketsroger
|
||||||
|
/samples/dataprotect/ @mozilla-mobile/act
|
||||||
|
/samples/firefox-accounts/ @mozilla-mobile/act
|
||||||
|
/samples/glean/ @mozilla-mobile/telemetry
|
||||||
|
/samples/sync-logins/ @mozilla-mobile/act
|
||||||
|
/samples/sync/ @mozilla-mobile/act
|
||||||
|
/samples/toolbar/ @mozilla-mobile/act
|
||||||
|
|
||||||
|
# Bot owned files
|
||||||
|
strings.xml @MickeyMoz
|
||||||
|
Gecko.kt @MickeyMoz
|
||||||
|
publicsuffixes @MickeyMoz
|
|
@ -290,7 +290,7 @@ If your build fails, you may find you get more instructive error messages by att
|
||||||
# Coding Standards #
|
# Coding Standards #
|
||||||
|
|
||||||
## Style ##
|
## Style ##
|
||||||
We follow the style enforced by [ktlint](https://ktlint.github.io/) and [detekt](https://github.com/detekt/detekt). See [how to configure Android Studio appropriately](https://github.com/pinterest/ktlint#option-1-recommended).
|
We follow the style enforced by [ktlint](https://ktlint.github.io/) and [detekt](https://arturbosch.github.io/detekt/). See [how to configure Android Studio appropriately](https://github.com/pinterest/ktlint#option-1-recommended).
|
||||||
|
|
||||||
To check your style, run:
|
To check your style, run:
|
||||||
|
|
||||||
|
|
|
@ -202,10 +202,6 @@ subprojects {
|
||||||
lintChecks project(':tooling-lint')
|
lintChecks project(':tooling-lint')
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
|
||||||
jvmToolchain(config.jvmTargetCompatibility)
|
|
||||||
}
|
|
||||||
|
|
||||||
android {
|
android {
|
||||||
testOptions {
|
testOptions {
|
||||||
unitTests {
|
unitTests {
|
||||||
|
@ -228,7 +224,13 @@ subprojects {
|
||||||
ignoreAssetsPattern "manifest.template.json"
|
ignoreAssetsPattern "manifest.template.json"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility JavaVersion.VERSION_17
|
||||||
|
targetCompatibility JavaVersion.VERSION_17
|
||||||
|
}
|
||||||
|
|
||||||
tasks.withType(KotlinCompile).configureEach {
|
tasks.withType(KotlinCompile).configureEach {
|
||||||
|
kotlinOptions.jvmTarget = "17"
|
||||||
kotlinOptions.freeCompilerArgs += ["-opt-in=kotlin.RequiresOptIn"]
|
kotlinOptions.freeCompilerArgs += ["-opt-in=kotlin.RequiresOptIn"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -252,13 +254,13 @@ subprojects {
|
||||||
|
|
||||||
def fileFilter = ['**/R.class', '**/R$*.class', '**/BuildConfig.*', '**/Manifest*.*',
|
def fileFilter = ['**/R.class', '**/R$*.class', '**/BuildConfig.*', '**/Manifest*.*',
|
||||||
'**/*Test*.*', 'android/**/*.*', '**/*$[0-9].*']
|
'**/*Test*.*', 'android/**/*.*', '**/*$[0-9].*']
|
||||||
def kotlinDebugTree = fileTree(dir: "$project.layout.buildDirectory/tmp/kotlin-classes/${buildType.name}", excludes: fileFilter)
|
def kotlinDebugTree = fileTree(dir: "$project.buildDir/tmp/kotlin-classes/${buildType.name}", excludes: fileFilter)
|
||||||
def javaDebugTree = fileTree(dir: "$project.layout.buildDirectory/intermediates/classes/${buildType.name}", excludes: fileFilter)
|
def javaDebugTree = fileTree(dir: "$project.buildDir/intermediates/classes/${buildType.name}", excludes: fileFilter)
|
||||||
def mainSrc = "$project.projectDir/src/main/java"
|
def mainSrc = "$project.projectDir/src/main/java"
|
||||||
|
|
||||||
sourceDirectories.setFrom(files([mainSrc]))
|
sourceDirectories.setFrom(files([mainSrc]))
|
||||||
classDirectories.setFrom(files([kotlinDebugTree, javaDebugTree]))
|
classDirectories.setFrom(files([kotlinDebugTree, javaDebugTree]))
|
||||||
getExecutionData().setFrom(fileTree(project.layout.buildDirectory).include([
|
getExecutionData().setFrom(fileTree(project.buildDir).include([
|
||||||
"jacoco/test${buildType.name.capitalize()}UnitTest.exec"
|
"jacoco/test${buildType.name.capitalize()}UnitTest.exec"
|
||||||
]))
|
]))
|
||||||
}
|
}
|
||||||
|
@ -277,7 +279,7 @@ subprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register("clean", Delete) {
|
tasks.register("clean", Delete) {
|
||||||
delete rootProject.layout.buildDirectory
|
delete rootProject.buildDir
|
||||||
}
|
}
|
||||||
|
|
||||||
detekt {
|
detekt {
|
||||||
|
@ -316,8 +318,6 @@ tasks.withType(Detekt).configureEach() {
|
||||||
exclude "**/tmp/**"
|
exclude "**/tmp/**"
|
||||||
exclude "**/tooling/fetch/tests/**"
|
exclude "**/tooling/fetch/tests/**"
|
||||||
exclude "**/tooling/fetch-tests/**"
|
exclude "**/tooling/fetch-tests/**"
|
||||||
exclude "**/src/main/assets/extensions/**"
|
|
||||||
exclude "**/docs/**"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Apply same path exclusions as for the main task
|
// Apply same path exclusions as for the main task
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
o/classes
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
i/
|
|
@ -0,0 +1 @@
|
||||||
|
o/out
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
-->
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="mozilla.components.browser.domains" >
|
||||||
|
|
||||||
|
<uses-sdk android:minSdkVersion="21" />
|
||||||
|
|
||||||
|
</manifest>
|
|
@ -0,0 +1,5 @@
|
||||||
|
aarFormatVersion=1.0
|
||||||
|
aarMetadataVersion=1.0
|
||||||
|
minCompileSdk=1
|
||||||
|
minCompileSdkExtension=0
|
||||||
|
minAndroidGradlePluginVersion=1.0.0
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,50 @@
|
||||||
|
google.com.br
|
||||||
|
youtube.com
|
||||||
|
google.com
|
||||||
|
facebook.com
|
||||||
|
globo.com
|
||||||
|
uol.com.br
|
||||||
|
blastingnews.com
|
||||||
|
live.com
|
||||||
|
mercadolivre.com.br
|
||||||
|
yahoo.com
|
||||||
|
blogspot.com.br
|
||||||
|
wikipedia.org
|
||||||
|
whatsapp.com
|
||||||
|
netflix.com
|
||||||
|
olx.com.br
|
||||||
|
instagram.com
|
||||||
|
msn.com
|
||||||
|
metropoles.com
|
||||||
|
fatosdesconhecidos.com.br
|
||||||
|
twitter.com
|
||||||
|
caixa.gov.br
|
||||||
|
uptodown.com
|
||||||
|
aliexpress.com
|
||||||
|
curapelanatureza.com.br
|
||||||
|
wordpress.com
|
||||||
|
abril.com.br
|
||||||
|
americanas.com.br
|
||||||
|
correios.com.br
|
||||||
|
reclameaqui.com.br
|
||||||
|
bet365.com
|
||||||
|
onclkds.com
|
||||||
|
bol.uol.com.br
|
||||||
|
techtudo.com.br
|
||||||
|
fazenda.gov.br
|
||||||
|
microsoft.com
|
||||||
|
folha.uol.com.br
|
||||||
|
linkedin.com
|
||||||
|
tumblr.com
|
||||||
|
sp.gov.br
|
||||||
|
reddit.com
|
||||||
|
bb.com.br
|
||||||
|
pinterest.com
|
||||||
|
itau.com.br
|
||||||
|
letras.mus.br
|
||||||
|
otvfoco.com.br
|
||||||
|
vagalume.com.br
|
||||||
|
portalinteressante.com
|
||||||
|
myappolicious.com.br
|
||||||
|
thewhizmarketing.com
|
||||||
|
twitch.tv
|
|
@ -0,0 +1,49 @@
|
||||||
|
google.com
|
||||||
|
youtube.com
|
||||||
|
facebook.com
|
||||||
|
reddit.com
|
||||||
|
amazon.com
|
||||||
|
wikipedia.org
|
||||||
|
yahoo.com
|
||||||
|
twitter.com
|
||||||
|
netflix.com
|
||||||
|
ebay.com
|
||||||
|
imgur.com
|
||||||
|
linkedin.com
|
||||||
|
instagram.com
|
||||||
|
diply.com
|
||||||
|
craigslist.org
|
||||||
|
live.com
|
||||||
|
office.com
|
||||||
|
twitch.tv
|
||||||
|
tumblr.com
|
||||||
|
pinterest.com
|
||||||
|
espn.com
|
||||||
|
cnn.com
|
||||||
|
bing.com
|
||||||
|
wikia.com
|
||||||
|
chase.com
|
||||||
|
imdb.com
|
||||||
|
nytimes.com
|
||||||
|
paypal.com
|
||||||
|
blogspot.com
|
||||||
|
apple.com
|
||||||
|
yelp.com
|
||||||
|
stackoverflow.com
|
||||||
|
bankofamerica.com
|
||||||
|
wordpress.com
|
||||||
|
github.com
|
||||||
|
microsoft.com
|
||||||
|
wellsfargo.com
|
||||||
|
zillow.com
|
||||||
|
salesforce.com
|
||||||
|
msn.com
|
||||||
|
walmart.com
|
||||||
|
weather.com
|
||||||
|
dropbox.com
|
||||||
|
buzzfeed.com
|
||||||
|
intuit.com
|
||||||
|
washingtonpost.com
|
||||||
|
soundcloud.com
|
||||||
|
huffingtonpost.com
|
||||||
|
indeed.com
|
|
@ -0,0 +1,50 @@
|
||||||
|
google.de
|
||||||
|
youtube.com
|
||||||
|
google.com
|
||||||
|
facebook.com
|
||||||
|
amazon.de
|
||||||
|
ebay.de
|
||||||
|
wikipedia.org
|
||||||
|
ebay-kleinanzeigen.de
|
||||||
|
web.de
|
||||||
|
yahoo.com
|
||||||
|
ok.ru
|
||||||
|
gmx.net
|
||||||
|
reddit.com
|
||||||
|
vk.com
|
||||||
|
t-online.de
|
||||||
|
twitter.com
|
||||||
|
spiegel.de
|
||||||
|
mail.ru
|
||||||
|
instagram.com
|
||||||
|
live.com
|
||||||
|
chip.de
|
||||||
|
bild.de
|
||||||
|
paypal.com
|
||||||
|
bing.com
|
||||||
|
twitch.tv
|
||||||
|
whatsapp.com
|
||||||
|
yandex.ru
|
||||||
|
gutefrage.net
|
||||||
|
mobile.de
|
||||||
|
google.ru
|
||||||
|
blogspot.de
|
||||||
|
tumblr.com
|
||||||
|
bs.to
|
||||||
|
focus.de
|
||||||
|
linkedin.com
|
||||||
|
netflix.com
|
||||||
|
wordpress.com
|
||||||
|
imgur.com
|
||||||
|
postbank.de
|
||||||
|
welt.de
|
||||||
|
streamcloud.eu
|
||||||
|
microsoft.com
|
||||||
|
immobilienscout24.de
|
||||||
|
msn.com
|
||||||
|
dict.cc
|
||||||
|
otto.de
|
||||||
|
xing.com
|
||||||
|
amazon.com
|
||||||
|
heise.de
|
||||||
|
github.com
|
|
@ -0,0 +1,50 @@
|
||||||
|
google.fr
|
||||||
|
youtube.com
|
||||||
|
google.com
|
||||||
|
facebook.com
|
||||||
|
wikipedia.org
|
||||||
|
amazon.fr
|
||||||
|
leboncoin.fr
|
||||||
|
yahoo.com
|
||||||
|
live.com
|
||||||
|
twitter.com
|
||||||
|
orange.fr
|
||||||
|
free.fr
|
||||||
|
linkedin.com
|
||||||
|
lemonde.fr
|
||||||
|
instagram.com
|
||||||
|
reddit.com
|
||||||
|
lefigaro.fr
|
||||||
|
ebay.fr
|
||||||
|
cdiscount.com
|
||||||
|
jeuxvideo.com
|
||||||
|
zone-telechargement.ws
|
||||||
|
labanquepostale.fr
|
||||||
|
blogspot.fr
|
||||||
|
allocine.fr
|
||||||
|
msn.com
|
||||||
|
commentcamarche.net
|
||||||
|
pole-emploi.fr
|
||||||
|
vk.com
|
||||||
|
sfr.fr
|
||||||
|
lequipe.fr
|
||||||
|
twitch.tv
|
||||||
|
francetvinfo.fr
|
||||||
|
20minutes.fr
|
||||||
|
pinterest.com
|
||||||
|
netflix.com
|
||||||
|
programme-tv.net
|
||||||
|
credit-agricole.fr
|
||||||
|
linternaute.com
|
||||||
|
github.com
|
||||||
|
wordpress.com
|
||||||
|
caf.fr
|
||||||
|
aliexpress.com
|
||||||
|
dailymotion.com
|
||||||
|
tumblr.com
|
||||||
|
t411.ai
|
||||||
|
stackoverflow.com
|
||||||
|
microsoft.com
|
||||||
|
meteofrance.com
|
||||||
|
onclkds.com
|
||||||
|
bfmtv.com
|
|
@ -0,0 +1,49 @@
|
||||||
|
google.co.uk
|
||||||
|
youtube.com
|
||||||
|
google.com
|
||||||
|
facebook.com
|
||||||
|
reddit.com
|
||||||
|
bbc.co.uk
|
||||||
|
amazon.co.uk
|
||||||
|
wikipedia.org
|
||||||
|
ebay.co.uk
|
||||||
|
twitter.com
|
||||||
|
live.com
|
||||||
|
yahoo.com
|
||||||
|
instagram.com
|
||||||
|
diply.com
|
||||||
|
linkedin.com
|
||||||
|
imgur.com
|
||||||
|
netflix.com
|
||||||
|
theguardian.com
|
||||||
|
dailymail.co.uk
|
||||||
|
twitch.tv
|
||||||
|
imdb.com
|
||||||
|
paypal.com
|
||||||
|
office.com
|
||||||
|
tumblr.com
|
||||||
|
www.gov.uk
|
||||||
|
wikia.com
|
||||||
|
givemesport.com
|
||||||
|
amazon.com
|
||||||
|
bing.com
|
||||||
|
wordpress.com
|
||||||
|
telegraph.co.uk
|
||||||
|
rightmove.co.uk
|
||||||
|
pinterest.com
|
||||||
|
gumtree.com
|
||||||
|
msn.com
|
||||||
|
microsoft.com
|
||||||
|
stackoverflow.com
|
||||||
|
booking.com
|
||||||
|
vk.com
|
||||||
|
tripadvisor.co.uk
|
||||||
|
lloydsbank.co.uk
|
||||||
|
apple.com
|
||||||
|
service.gov.uk
|
||||||
|
onclkds.com
|
||||||
|
github.com
|
||||||
|
independent.co.uk
|
||||||
|
bt.com
|
||||||
|
vice.com
|
||||||
|
hsbc.co.uk
|
|
@ -0,0 +1,444 @@
|
||||||
|
google.com
|
||||||
|
facebook.com
|
||||||
|
amazon.com
|
||||||
|
youtube.com
|
||||||
|
yahoo.com
|
||||||
|
ebay.com
|
||||||
|
wikipedia.org
|
||||||
|
twitter.com
|
||||||
|
reddit.com
|
||||||
|
go.com
|
||||||
|
craigslist.org
|
||||||
|
live.com
|
||||||
|
netflix.com
|
||||||
|
pinterest.com
|
||||||
|
bing.com
|
||||||
|
linkedin.com
|
||||||
|
imgur.com
|
||||||
|
espn.go.com
|
||||||
|
walmart.com
|
||||||
|
tumblr.com
|
||||||
|
target.com
|
||||||
|
paypal.com
|
||||||
|
cnn.com
|
||||||
|
chase.com
|
||||||
|
instagram.com
|
||||||
|
bestbuy.com
|
||||||
|
blogspot.com
|
||||||
|
nytimes.com
|
||||||
|
msn.com
|
||||||
|
imdb.com
|
||||||
|
apple.com
|
||||||
|
bankofamerica.com
|
||||||
|
diply.com
|
||||||
|
huffingtonpost.com
|
||||||
|
yelp.com
|
||||||
|
wellsfargo.com
|
||||||
|
etsy.com
|
||||||
|
weather.com
|
||||||
|
wordpress.com
|
||||||
|
buzzfeed.com
|
||||||
|
zillow.com
|
||||||
|
kohls.com
|
||||||
|
aol.com
|
||||||
|
homedepot.com
|
||||||
|
foxnews.com
|
||||||
|
microsoft.com
|
||||||
|
comcast.net
|
||||||
|
wikia.com
|
||||||
|
groupon.com
|
||||||
|
macys.com
|
||||||
|
washingtonpost.com
|
||||||
|
outbrain.com
|
||||||
|
xfinity.com
|
||||||
|
usps.com
|
||||||
|
hulu.com
|
||||||
|
americanexpress.com
|
||||||
|
slickdeals.net
|
||||||
|
pandora.com
|
||||||
|
office.com
|
||||||
|
cnet.com
|
||||||
|
indeed.com
|
||||||
|
capitalone.com
|
||||||
|
nfl.com
|
||||||
|
ups.com
|
||||||
|
ask.com
|
||||||
|
verizonwireless.com
|
||||||
|
newegg.com
|
||||||
|
usatoday.com
|
||||||
|
forbes.com
|
||||||
|
dailymail.co.uk
|
||||||
|
dropbox.com
|
||||||
|
att.com
|
||||||
|
costco.com
|
||||||
|
gfycat.com
|
||||||
|
lowes.com
|
||||||
|
gap.com
|
||||||
|
about.com
|
||||||
|
tripadvisor.com
|
||||||
|
fedex.com
|
||||||
|
baidu.com
|
||||||
|
vice.com
|
||||||
|
nordstrom.com
|
||||||
|
adobe.com
|
||||||
|
bbc.com
|
||||||
|
twitch.tv
|
||||||
|
allrecipes.com
|
||||||
|
retailmenot.com
|
||||||
|
stackoverflow.com
|
||||||
|
citi.com
|
||||||
|
sears.com
|
||||||
|
jcpenney.com
|
||||||
|
webmd.com
|
||||||
|
nih.gov
|
||||||
|
answers.com
|
||||||
|
foodnetwork.com
|
||||||
|
discovercard.com
|
||||||
|
cbssports.com
|
||||||
|
overstock.com
|
||||||
|
businessinsider.com
|
||||||
|
office365.com
|
||||||
|
theguardian.com
|
||||||
|
staples.com
|
||||||
|
bleacherreport.com
|
||||||
|
verizon.com
|
||||||
|
github.com
|
||||||
|
wayfair.com
|
||||||
|
salesforce.com
|
||||||
|
zulily.com
|
||||||
|
wsj.com
|
||||||
|
flickr.com
|
||||||
|
goodreads.com
|
||||||
|
realtor.com
|
||||||
|
nbcnews.com
|
||||||
|
ebates.com
|
||||||
|
ancestry.com
|
||||||
|
wunderground.com
|
||||||
|
instructure.com
|
||||||
|
people.com
|
||||||
|
stackexchange.com
|
||||||
|
drudgereport.com
|
||||||
|
fidelity.com
|
||||||
|
southwest.com
|
||||||
|
deviantart.com
|
||||||
|
thesaurus.com
|
||||||
|
intuit.com
|
||||||
|
woot.com
|
||||||
|
pch.com
|
||||||
|
soundcloud.com
|
||||||
|
force.com
|
||||||
|
samsclub.com
|
||||||
|
ign.com
|
||||||
|
qvc.com
|
||||||
|
npr.org
|
||||||
|
patch.com
|
||||||
|
dell.com
|
||||||
|
accuweather.com
|
||||||
|
vimeo.com
|
||||||
|
expedia.com
|
||||||
|
trulia.com
|
||||||
|
ca.gov
|
||||||
|
swagbucks.com
|
||||||
|
spotify.com
|
||||||
|
bedbathandbeyond.com
|
||||||
|
nypost.com
|
||||||
|
aliexpress.com
|
||||||
|
blackboard.com
|
||||||
|
ticketmaster.com
|
||||||
|
ikea.com
|
||||||
|
feedly.com
|
||||||
|
usaa.com
|
||||||
|
tmz.com
|
||||||
|
quora.com
|
||||||
|
lifehacker.com
|
||||||
|
kayak.com
|
||||||
|
reference.com
|
||||||
|
zappos.com
|
||||||
|
gizmodo.com
|
||||||
|
slate.com
|
||||||
|
faithtap.com
|
||||||
|
adp.com
|
||||||
|
abcnews.go.com
|
||||||
|
sephora.com
|
||||||
|
cbs.com
|
||||||
|
latimes.com
|
||||||
|
shutterfly.com
|
||||||
|
t-mobile.com
|
||||||
|
littlethings.com
|
||||||
|
glassdoor.com
|
||||||
|
bloomberg.com
|
||||||
|
cbsnews.com
|
||||||
|
wikihow.com
|
||||||
|
walgreens.com
|
||||||
|
usbank.com
|
||||||
|
blogger.com
|
||||||
|
weebly.com
|
||||||
|
gamestop.com
|
||||||
|
food.com
|
||||||
|
time.com
|
||||||
|
kickstarter.com
|
||||||
|
okcupid.com
|
||||||
|
aa.com
|
||||||
|
weather.gov
|
||||||
|
nametests.com
|
||||||
|
fandango.com
|
||||||
|
engadget.com
|
||||||
|
steamcommunity.com
|
||||||
|
thekitchn.com
|
||||||
|
nba.com
|
||||||
|
mashable.com
|
||||||
|
hp.com
|
||||||
|
gamefaqs.com
|
||||||
|
delta.com
|
||||||
|
coupons.com
|
||||||
|
eonline.com
|
||||||
|
surveymonkey.com
|
||||||
|
kmart.com
|
||||||
|
barnesandnoble.com
|
||||||
|
meetup.com
|
||||||
|
bhphotovideo.com
|
||||||
|
fanduel.com
|
||||||
|
quizlet.com
|
||||||
|
nydailynews.com
|
||||||
|
sbnation.com
|
||||||
|
nbcsports.com
|
||||||
|
bbc.co.uk
|
||||||
|
ew.com
|
||||||
|
nike.com
|
||||||
|
rottentomatoes.com
|
||||||
|
steampowered.com
|
||||||
|
reuters.com
|
||||||
|
qq.com
|
||||||
|
today.com
|
||||||
|
mapquest.com
|
||||||
|
audible.com
|
||||||
|
priceline.com
|
||||||
|
whitepages.com
|
||||||
|
united.com
|
||||||
|
myfitnesspal.com
|
||||||
|
icloud.com
|
||||||
|
forever21.com
|
||||||
|
theatlantic.com
|
||||||
|
microsoftstore.com
|
||||||
|
theverge.com
|
||||||
|
gawker.com
|
||||||
|
houzz.com
|
||||||
|
mayoclinic.org
|
||||||
|
rei.com
|
||||||
|
sfgate.com
|
||||||
|
lifebuzz.com
|
||||||
|
discover.com
|
||||||
|
pnc.com
|
||||||
|
pof.com
|
||||||
|
iflscience.com
|
||||||
|
popsugar.com
|
||||||
|
creditkarma.com
|
||||||
|
telegraph.co.uk
|
||||||
|
airbnb.com
|
||||||
|
buzzlie.com
|
||||||
|
cnbc.com
|
||||||
|
deadspin.com
|
||||||
|
sina.com.cn
|
||||||
|
legacy.com
|
||||||
|
thedailybeast.com
|
||||||
|
samsung.com
|
||||||
|
nextdoor.com
|
||||||
|
evite.com
|
||||||
|
shopify.com
|
||||||
|
yellowpages.com
|
||||||
|
pcmag.com
|
||||||
|
redfin.com
|
||||||
|
weibo.com
|
||||||
|
alibaba.com
|
||||||
|
cabelas.com
|
||||||
|
battle.net
|
||||||
|
foxsports.com
|
||||||
|
taobao.com
|
||||||
|
eventbrite.com
|
||||||
|
victoriassecret.com
|
||||||
|
theblaze.com
|
||||||
|
dealnews.com
|
||||||
|
cbslocal.com
|
||||||
|
cvs.com
|
||||||
|
dailymotion.com
|
||||||
|
ecollege.com
|
||||||
|
gofundme.com
|
||||||
|
fitbit.com
|
||||||
|
instructables.com
|
||||||
|
godaddy.com
|
||||||
|
babycenter.com
|
||||||
|
squarespace.com
|
||||||
|
llbean.com
|
||||||
|
dickssportinggoods.com
|
||||||
|
6pm.com
|
||||||
|
myway.com
|
||||||
|
hsn.com
|
||||||
|
wired.com
|
||||||
|
officedepot.com
|
||||||
|
ozztube.com
|
||||||
|
usmagazine.com
|
||||||
|
match.com
|
||||||
|
cracked.com
|
||||||
|
evernote.com
|
||||||
|
box.com
|
||||||
|
starbucks.com
|
||||||
|
kbb.com
|
||||||
|
mlb.com
|
||||||
|
marriott.com
|
||||||
|
si.com
|
||||||
|
jezebel.com
|
||||||
|
pbs.org
|
||||||
|
consumerreports.org
|
||||||
|
roblox.com
|
||||||
|
urbandictionary.com
|
||||||
|
kotaku.com
|
||||||
|
xbox.com
|
||||||
|
marketwatch.com
|
||||||
|
refinery29.com
|
||||||
|
wikimedia.org
|
||||||
|
tvguide.com
|
||||||
|
politico.com
|
||||||
|
barclaycardus.com
|
||||||
|
abc.go.com
|
||||||
|
mint.com
|
||||||
|
topix.com
|
||||||
|
theblackfriday.com
|
||||||
|
aarp.org
|
||||||
|
hotnewhiphop.com
|
||||||
|
yourdailydish.com
|
||||||
|
sprint.com
|
||||||
|
vox.com
|
||||||
|
cafemom.com
|
||||||
|
nbc.com
|
||||||
|
dailykos.com
|
||||||
|
azlyrics.com
|
||||||
|
autotrader.com
|
||||||
|
hilton.com
|
||||||
|
irs.gov
|
||||||
|
monster.com
|
||||||
|
mailchimp.com
|
||||||
|
webex.com
|
||||||
|
landsend.com
|
||||||
|
wix.com
|
||||||
|
usnews.com
|
||||||
|
jcrew.com
|
||||||
|
jet.com
|
||||||
|
capitalone360.com
|
||||||
|
sharepoint.com
|
||||||
|
schwab.com
|
||||||
|
ulta.com
|
||||||
|
vistaprint.com
|
||||||
|
rollingstone.com
|
||||||
|
biblegateway.com
|
||||||
|
gamespot.com
|
||||||
|
io9.com
|
||||||
|
opentable.com
|
||||||
|
hm.com
|
||||||
|
duckduckgo.com
|
||||||
|
chron.com
|
||||||
|
photobucket.com
|
||||||
|
shareasale.com
|
||||||
|
directv.com
|
||||||
|
avg.com
|
||||||
|
oracle.com
|
||||||
|
hotels.com
|
||||||
|
timewarnercable.com
|
||||||
|
chicagotribune.com
|
||||||
|
ehow.com
|
||||||
|
primewire.ag
|
||||||
|
abs-cbnnews.com
|
||||||
|
salon.com
|
||||||
|
greatergood.com
|
||||||
|
epicurious.com
|
||||||
|
fool.com
|
||||||
|
patheos.com
|
||||||
|
custhelp.com
|
||||||
|
purdue.edu
|
||||||
|
tickld.com
|
||||||
|
frys.com
|
||||||
|
indiatimes.com
|
||||||
|
amazon.co.uk
|
||||||
|
zendesk.com
|
||||||
|
tigerdirect.com
|
||||||
|
stubhub.com
|
||||||
|
healthcare.gov
|
||||||
|
archive.org
|
||||||
|
qualtrics.com
|
||||||
|
ravelry.com
|
||||||
|
cars.com
|
||||||
|
redbox.com
|
||||||
|
jalopnik.com
|
||||||
|
speedtest.net
|
||||||
|
harvard.edu
|
||||||
|
slideshare.net
|
||||||
|
kinja.com
|
||||||
|
nesn.com
|
||||||
|
michaels.com
|
||||||
|
mit.edu
|
||||||
|
bodybuilding.com
|
||||||
|
edmunds.com
|
||||||
|
nhl.com
|
||||||
|
zergnet.com
|
||||||
|
techcrunch.com
|
||||||
|
pogo.com
|
||||||
|
mozilla.org
|
||||||
|
naver.com
|
||||||
|
giphy.com
|
||||||
|
bankrate.com
|
||||||
|
msnbc.com
|
||||||
|
digitaltrends.com
|
||||||
|
fanfiction.net
|
||||||
|
skype.com
|
||||||
|
disney.go.com
|
||||||
|
norton.com
|
||||||
|
androidcentral.com
|
||||||
|
tomshardware.com
|
||||||
|
thefreedictionary.com
|
||||||
|
liveleak.com
|
||||||
|
247sports.com
|
||||||
|
merriam-webster.com
|
||||||
|
wnd.com
|
||||||
|
earthlink.net
|
||||||
|
independent.co.uk
|
||||||
|
drugs.com
|
||||||
|
rotoworld.com
|
||||||
|
nationalgeographic.com
|
||||||
|
ae.com
|
||||||
|
noaa.gov
|
||||||
|
arstechnica.com
|
||||||
|
thinkgeek.com
|
||||||
|
stanford.edu
|
||||||
|
bizjournals.com
|
||||||
|
hootsuite.com
|
||||||
|
genius.com
|
||||||
|
goodhousekeeping.com
|
||||||
|
vanguard.com
|
||||||
|
ny.gov
|
||||||
|
citibankonline.com
|
||||||
|
booking.com
|
||||||
|
mic.com
|
||||||
|
orbitz.com
|
||||||
|
dominos.com
|
||||||
|
medium.com
|
||||||
|
wow.com
|
||||||
|
urbanoutfitters.com
|
||||||
|
douban.com
|
||||||
|
timeanddate.com
|
||||||
|
draftkings.com
|
||||||
|
livestrong.com
|
||||||
|
livingsocial.com
|
||||||
|
cox.net
|
||||||
|
theonion.com
|
||||||
|
marthastewart.com
|
||||||
|
comenity.net
|
||||||
|
worldlifestyle.com
|
||||||
|
disney.com
|
||||||
|
realsimple.com
|
||||||
|
vrbo.com
|
||||||
|
playstation.com
|
||||||
|
potterybarn.com
|
||||||
|
zazzle.com
|
||||||
|
ksl.com
|
||||||
|
tdbank.com
|
||||||
|
sourceforge.net
|
||||||
|
careerbuilder.com
|
|
@ -0,0 +1,50 @@
|
||||||
|
google.com.hk
|
||||||
|
youtube.com
|
||||||
|
google.com
|
||||||
|
facebook.com
|
||||||
|
yahoo.com
|
||||||
|
discuss.com.hk
|
||||||
|
aastocks.com
|
||||||
|
wikipedia.org
|
||||||
|
baidu.com
|
||||||
|
taobao.com
|
||||||
|
pixnet.net
|
||||||
|
bastillepost.com
|
||||||
|
nextmedia.com
|
||||||
|
whatsapp.com
|
||||||
|
instagram.com
|
||||||
|
price.com.hk
|
||||||
|
ettoday.net
|
||||||
|
qq.com
|
||||||
|
hsbc.com.hk
|
||||||
|
tmall.com
|
||||||
|
live.com
|
||||||
|
hkgolden.com
|
||||||
|
reddit.com
|
||||||
|
beautyexchange.com.hk
|
||||||
|
etnet.com.hk
|
||||||
|
on.cc
|
||||||
|
amazon.com
|
||||||
|
twitter.com
|
||||||
|
uwants.com
|
||||||
|
presslogic.com
|
||||||
|
unwire.hk
|
||||||
|
gamer.com.tw
|
||||||
|
hangseng.com
|
||||||
|
hk01.com
|
||||||
|
twitch.tv
|
||||||
|
linkedin.com
|
||||||
|
teepr.com
|
||||||
|
hkjc.com
|
||||||
|
apple.com
|
||||||
|
bomb01.com
|
||||||
|
sina.com.cn
|
||||||
|
weibo.com
|
||||||
|
dcfever.com
|
||||||
|
thestandnews.com
|
||||||
|
office.com
|
||||||
|
openrice.com
|
||||||
|
tumblr.com
|
||||||
|
tvb.com
|
||||||
|
alipay.com
|
||||||
|
stackoverflow.com
|
|
@ -0,0 +1,50 @@
|
||||||
|
google.com
|
||||||
|
google.co.id
|
||||||
|
youtube.com
|
||||||
|
detik.com
|
||||||
|
tribunnews.com
|
||||||
|
facebook.com
|
||||||
|
yahoo.com
|
||||||
|
tokopedia.com
|
||||||
|
liputan6.com
|
||||||
|
kompas.com
|
||||||
|
bukalapak.com
|
||||||
|
kaskus.co.id
|
||||||
|
kapanlagi.com
|
||||||
|
wordpress.com
|
||||||
|
merdeka.com
|
||||||
|
okezone.com
|
||||||
|
elevenia.co.id
|
||||||
|
lazada.co.id
|
||||||
|
uzone.id
|
||||||
|
bintang.com
|
||||||
|
brilio.net
|
||||||
|
popads.net
|
||||||
|
instagram.com
|
||||||
|
bola.net
|
||||||
|
wikipedia.org
|
||||||
|
blogspot.com
|
||||||
|
onclkds.com
|
||||||
|
dream.co.id
|
||||||
|
viva.co.id
|
||||||
|
alodokter.com
|
||||||
|
tempo.co
|
||||||
|
suara.com
|
||||||
|
wowkeren.com
|
||||||
|
idntimes.com
|
||||||
|
bola.com
|
||||||
|
sindonews.com
|
||||||
|
republika.co.id
|
||||||
|
kompasiana.com
|
||||||
|
vemale.com
|
||||||
|
blanja.com
|
||||||
|
cnnindonesia.com
|
||||||
|
olx.co.id
|
||||||
|
lk21.org
|
||||||
|
popcash.net
|
||||||
|
blibli.com
|
||||||
|
poptm.com
|
||||||
|
nonton.movie
|
||||||
|
indexmovie.me
|
||||||
|
adexchangeprediction.com
|
||||||
|
subscene.com
|
|
@ -0,0 +1,50 @@
|
||||||
|
google.pl
|
||||||
|
youtube.com
|
||||||
|
facebook.com
|
||||||
|
google.com
|
||||||
|
allegro.pl
|
||||||
|
onet.pl
|
||||||
|
wp.pl
|
||||||
|
wikipedia.org
|
||||||
|
olx.pl
|
||||||
|
vk.com
|
||||||
|
interia.pl
|
||||||
|
wykop.pl
|
||||||
|
gazeta.pl
|
||||||
|
filmweb.pl
|
||||||
|
instagram.com
|
||||||
|
wiocha.pl
|
||||||
|
cda.pl
|
||||||
|
aliexpress.com
|
||||||
|
otomoto.pl
|
||||||
|
mbank.pl
|
||||||
|
reddit.com
|
||||||
|
ceneo.pl
|
||||||
|
tvn24.pl
|
||||||
|
twitter.com
|
||||||
|
gumtree.pl
|
||||||
|
blogspot.com
|
||||||
|
kwejk.pl
|
||||||
|
wyborcza.pl
|
||||||
|
joemonster.org
|
||||||
|
stackoverflow.com
|
||||||
|
twitch.tv
|
||||||
|
o2.pl
|
||||||
|
ipko.pl
|
||||||
|
steamcommunity.com
|
||||||
|
github.com
|
||||||
|
chomikuj.pl
|
||||||
|
centrum24.pl
|
||||||
|
linkedin.com
|
||||||
|
money.pl
|
||||||
|
librus.pl
|
||||||
|
demotywatory.pl
|
||||||
|
sport.pl
|
||||||
|
microsoft.com
|
||||||
|
zalukaj.com
|
||||||
|
wikia.com
|
||||||
|
jbzdy.pl
|
||||||
|
imgur.com
|
||||||
|
flashscore.pl
|
||||||
|
gry-online.pl
|
||||||
|
pudelek.pl
|
|
@ -0,0 +1,50 @@
|
||||||
|
vk.com
|
||||||
|
google.ru
|
||||||
|
yandex.ru
|
||||||
|
youtube.com
|
||||||
|
mail.ru
|
||||||
|
ok.ru
|
||||||
|
google.com
|
||||||
|
avito.ru
|
||||||
|
aliexpress.com
|
||||||
|
wikipedia.org
|
||||||
|
instagram.com
|
||||||
|
sberbank.ru
|
||||||
|
gismeteo.ru
|
||||||
|
rambler.ru
|
||||||
|
kinogo.club
|
||||||
|
kinopoisk.ru
|
||||||
|
drom.ru
|
||||||
|
facebook.com
|
||||||
|
pikabu.ru
|
||||||
|
drive2.ru
|
||||||
|
rutracker.org
|
||||||
|
twitch.tv
|
||||||
|
rbc.ru
|
||||||
|
hh.ru
|
||||||
|
gosuslugi.ru
|
||||||
|
lenta.ru
|
||||||
|
pochta.ru
|
||||||
|
wildberries.ru
|
||||||
|
wikia.com
|
||||||
|
4pda.ru
|
||||||
|
fb.ru
|
||||||
|
seasonvar.ru
|
||||||
|
kp.ru
|
||||||
|
znanija.com
|
||||||
|
ucoz.ru
|
||||||
|
narod.ru
|
||||||
|
mts.ru
|
||||||
|
infourok.ru
|
||||||
|
ebay.com
|
||||||
|
ozon.ru
|
||||||
|
worldoftanks.ru
|
||||||
|
mos.ru
|
||||||
|
vesti.ru
|
||||||
|
nnmclub.to
|
||||||
|
microsoft.com
|
||||||
|
rp5.ru
|
||||||
|
2gis.ru
|
||||||
|
consultant.ru
|
||||||
|
fotostrana.ru
|
||||||
|
dnevnik.ru
|
|
@ -0,0 +1,49 @@
|
||||||
|
google.com.sg
|
||||||
|
youtube.com
|
||||||
|
google.com
|
||||||
|
facebook.com
|
||||||
|
yahoo.com
|
||||||
|
wikipedia.org
|
||||||
|
reddit.com
|
||||||
|
blogspot.sg
|
||||||
|
live.com
|
||||||
|
instagram.com
|
||||||
|
qoo10.sg
|
||||||
|
whatsapp.com
|
||||||
|
linkedin.com
|
||||||
|
dbs.com.sg
|
||||||
|
amazon.com
|
||||||
|
twitter.com
|
||||||
|
wordpress.com
|
||||||
|
onclkds.com
|
||||||
|
office.com
|
||||||
|
allsingaporestuff.com
|
||||||
|
baidu.com
|
||||||
|
lazada.sg
|
||||||
|
straitstimes.com
|
||||||
|
singpass.gov.sg
|
||||||
|
google.co.id
|
||||||
|
taobao.com
|
||||||
|
tumblr.com
|
||||||
|
gomovies.to
|
||||||
|
wikia.com
|
||||||
|
hardwarezone.com.sg
|
||||||
|
nus.edu.sg
|
||||||
|
msn.com
|
||||||
|
microsoft.com
|
||||||
|
carousell.com
|
||||||
|
kissanime.ru
|
||||||
|
ocbc.com
|
||||||
|
stackoverflow.com
|
||||||
|
ntu.edu.sg
|
||||||
|
thepiratebay.org
|
||||||
|
aliexpress.com
|
||||||
|
imgur.com
|
||||||
|
dropbox.com
|
||||||
|
apple.com
|
||||||
|
channelnewsasia.com
|
||||||
|
imdb.com
|
||||||
|
twitch.tv
|
||||||
|
abs-cbn.com
|
||||||
|
jobstreet.com.sg
|
||||||
|
uob.com.sg
|
|
@ -0,0 +1,50 @@
|
||||||
|
google.com.tw
|
||||||
|
pixnet.net
|
||||||
|
youtube.com
|
||||||
|
facebook.com
|
||||||
|
ettoday.net
|
||||||
|
google.com
|
||||||
|
yahoo.com
|
||||||
|
ltn.com.tw
|
||||||
|
nownews.com
|
||||||
|
setn.com
|
||||||
|
momoshop.com.tw
|
||||||
|
wikipedia.org
|
||||||
|
ck101.com
|
||||||
|
ptt.cc
|
||||||
|
tvbs.com.tw
|
||||||
|
104.com.tw
|
||||||
|
gamer.com.tw
|
||||||
|
appledaily.com.tw
|
||||||
|
pchome.com.tw
|
||||||
|
ruten.com.tw
|
||||||
|
ctitv.com.tw
|
||||||
|
teepr.com
|
||||||
|
life.tw
|
||||||
|
blogspot.tw
|
||||||
|
dcard.tw
|
||||||
|
baidu.com
|
||||||
|
udn.com
|
||||||
|
mobile01.com
|
||||||
|
eyny.com
|
||||||
|
epochtimes.com
|
||||||
|
qoolquiz.com
|
||||||
|
bomb01.com
|
||||||
|
talk.tw
|
||||||
|
ipetgroup.com
|
||||||
|
storm.mg
|
||||||
|
123kubo.com
|
||||||
|
cmoney.tw
|
||||||
|
taobao.com
|
||||||
|
twitch.tv
|
||||||
|
instagram.com
|
||||||
|
xuite.net
|
||||||
|
sina.com.tw
|
||||||
|
1111.com.tw
|
||||||
|
businessweekly.com.tw
|
||||||
|
elle.com.tw
|
||||||
|
twitter.com
|
||||||
|
books.com.tw
|
||||||
|
591.com.tw
|
||||||
|
everydayhealth.com.tw
|
||||||
|
techbang.com
|
|
@ -0,0 +1,49 @@
|
||||||
|
google.com
|
||||||
|
youtube.com
|
||||||
|
facebook.com
|
||||||
|
reddit.com
|
||||||
|
amazon.com
|
||||||
|
wikipedia.org
|
||||||
|
yahoo.com
|
||||||
|
twitter.com
|
||||||
|
netflix.com
|
||||||
|
ebay.com
|
||||||
|
imgur.com
|
||||||
|
linkedin.com
|
||||||
|
instagram.com
|
||||||
|
diply.com
|
||||||
|
craigslist.org
|
||||||
|
live.com
|
||||||
|
office.com
|
||||||
|
twitch.tv
|
||||||
|
tumblr.com
|
||||||
|
pinterest.com
|
||||||
|
espn.com
|
||||||
|
cnn.com
|
||||||
|
bing.com
|
||||||
|
wikia.com
|
||||||
|
chase.com
|
||||||
|
imdb.com
|
||||||
|
nytimes.com
|
||||||
|
paypal.com
|
||||||
|
blogspot.com
|
||||||
|
apple.com
|
||||||
|
yelp.com
|
||||||
|
stackoverflow.com
|
||||||
|
bankofamerica.com
|
||||||
|
wordpress.com
|
||||||
|
github.com
|
||||||
|
microsoft.com
|
||||||
|
wellsfargo.com
|
||||||
|
zillow.com
|
||||||
|
salesforce.com
|
||||||
|
msn.com
|
||||||
|
walmart.com
|
||||||
|
weather.com
|
||||||
|
dropbox.com
|
||||||
|
buzzfeed.com
|
||||||
|
intuit.com
|
||||||
|
washingtonpost.com
|
||||||
|
soundcloud.com
|
||||||
|
huffingtonpost.com
|
||||||
|
indeed.com
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue