tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

pageload_sites.json (18915B)


      1 {
      2  "mobile": [
      3    {
      4      "login": false,
      5      "name": "allrecipes",
      6      "test_url": "https://www.allrecipes.com/",
      7      "dismiss_cookie_prompt": [
      8        ["click.byXpathAndWait", "//*[@id='onetrust-reject-all-handler']"]
      9      ]
     10    },
     11    {
     12      "login": false,
     13      "name": "amazon",
     14      "test_url": "https://www.amazon.com"
     15    },
     16    {
     17      "login": false,
     18      "name": "amazon-search",
     19      "test_url": "https://www.amazon.com/s/ref=nb_sb_noss_2/139-6317191-5622045?url=search-alias%3Daps&field-keywords=mobile+phone"
     20    },
     21    {
     22      "login": false,
     23      "name": "bild-de",
     24      "test_url": "https://www.bild.de/sport/american-football/nfl/super-bowl-rekordquote-fuer-die-nfl-87139668.bild.html"
     25    },
     26    {
     27      "login": false,
     28      "name": "bing",
     29      "test_url": "https://www.bing.com/",
     30      "dismiss_cookie_prompt": [
     31        ["click.byXpathAndWait", "//*[@id='bnp_btn_reject']"]
     32      ]
     33    },
     34    {
     35      "login": false,
     36      "name": "bing-search-restaurants",
     37      "test_url": "https://www.bing.com/search?q=restaurants+in+exton+pa+19341",
     38      "dismiss_cookie_prompt": [
     39        ["click.byXpathAndWait", "//*[@id='bnp_btn_reject']"]
     40      ]
     41    },
     42    {
     43      "login": false,
     44      "name": "booking",
     45      "test_url": "https://www.booking.com/",
     46      "dismiss_cookie_prompt": [
     47        ["click.byXpathAndWait", "//*[@id='onetrust-pc-btn-handler']"],
     48        [
     49          "click.byXpathAndWait",
     50          "/html/body/div[5]/div[3]/div[3]/div[1]/button"
     51        ]
     52      ]
     53    },
     54    {
     55      "login": false,
     56      "name": "cnn",
     57      "test_url": "https://cnn.com",
     58      "secondary_url": "https://www.cnn.com/weather",
     59      "dismiss_cookie_prompt": [
     60        ["click.byXpathAndWait", "//*[@id='onetrust-pc-btn-handler']"],
     61        [
     62          "click.byXpathAndWait",
     63          "/html/body/div[14]/div[3]/div[3]/div[1]/button[2]"
     64        ]
     65      ]
     66    },
     67    {
     68      "login": false,
     69      "name": "cnn-ampstories",
     70      "test_url": "https://cnn.com/ampstories/us/why-hurricane-michael-is-a-monster-unlike-any-other",
     71      "dismiss_cookie_prompt": [
     72        ["click.byXpathAndWait", "//*[@id='onetrust-pc-btn-handler']"],
     73        [
     74          "click.byXpathAndWait",
     75          "/html/body/div[14]/div[3]/div[3]/div[1]/button[2]"
     76        ]
     77      ]
     78    },
     79    {
     80      "login": false,
     81      "name": "dailymail",
     82      "test_url": "https://www.dailymail.co.uk/sciencetech/article-9749081/Experts-say-Hubble-repair-despite-NASA-insisting-multiple-options-fix.html"
     83    },
     84    {
     85      "login": false,
     86      "name": "ebay-kleinanzeigen",
     87      "test_url": "https://m.ebay-kleinanzeigen.de"
     88    },
     89    {
     90      "login": false,
     91      "name": "ebay-kleinanzeigen-search",
     92      "test_url": "https://m.ebay-kleinanzeigen.de/s-anzeigen/auf-zeit-wg-berlin/zimmer/c199-l3331"
     93    },
     94    {
     95      "login": false,
     96      "name": "espn",
     97      "test_url": "http://www.espn.com/nba/story/_/page/allstarweekend25788027/the-comparison-lebron-james-michael-jordan-their-own-words"
     98    },
     99    {
    100      "login": true,
    101      "name": "facebook",
    102      "test_url": "https://m.facebook.com"
    103    },
    104    {
    105      "login": false,
    106      "name": "facebook-cristiano",
    107      "test_url": "https://m.facebook.com/Cristiano"
    108    },
    109    {
    110      "login": true,
    111      "name": "google",
    112      "test_url": "https://www.google.com"
    113    },
    114    {
    115      "login": false,
    116      "name": "google-maps",
    117      "test_url": "https://www.google.com/maps?force=pwa"
    118    },
    119    {
    120      "login": true,
    121      "name": "google-search-restaurants",
    122      "test_url": "https://www.google.com/search?q=restaurants+near+me"
    123    },
    124    {
    125      "login": false,
    126      "name": "imdb",
    127      "test_url": "https://m.imdb.com/"
    128    },
    129    {
    130      "login": true,
    131      "name": "instagram",
    132      "test_url": "https://www.instagram.com"
    133    },
    134    {
    135      "login": false,
    136      "name": "sina",
    137      "test_url": "https://www.sina.com.cn/"
    138    },
    139    {
    140      "login": false,
    141      "name": "microsoft-support",
    142      "test_url": "https://support.microsoft.com/en-us"
    143    },
    144    {
    145      "login": false,
    146      "name": "reddit",
    147      "test_url": "https://www.reddit.com"
    148    },
    149    {
    150      "login": false,
    151      "name": "stackoverflow",
    152      "test_url": "https://stackoverflow.com/"
    153    },
    154    {
    155      "login": false,
    156      "name": "wikipedia",
    157      "test_url": "https://en.m.wikipedia.org/wiki/Main_Page"
    158    },
    159    {
    160      "login": false,
    161      "name": "youtube",
    162      "test_url": "https://m.youtube.com",
    163      "dismiss_cookie_prompt": [
    164        [
    165          "click.byXpathAndWait",
    166          "/html/body/div[2]/ytm-consent-bump-v2-renderer/div/div[2]/div[3]/c3-material-button[2]/button/div/div"
    167        ]
    168      ]
    169    },
    170    {
    171      "login": false,
    172      "name": "youtube-watch",
    173      "test_url": "https://www.youtube.com/watch?v=COU5T-Wafa4",
    174      "dismiss_cookie_prompt": [
    175        [
    176          "click.byXpathAndWait",
    177          "/html/body/div[2]/ytm-consent-bump-v2-renderer/div/div[2]/div[3]/c3-material-button[2]/button/div/div"
    178        ]
    179      ]
    180    }
    181  ],
    182  "desktop": [
    183    {
    184      "login": false,
    185      "name": "amazon",
    186      "test_url": "https://www.amazon.com/s?k=laptop&ref=nb_sb_noss_1",
    187      "secondary_url": "https://www.amazon.com/Acer-A515-46-R14K-Quad-Core-Processor-Backlit/dp/B08VKNVDDR/ref=sr_1_3?dchild=1&keywords=laptop&qid=1627047187&sr=8-3"
    188    },
    189    {
    190      "login": false,
    191      "name": "bing-search",
    192      "test_url": "https://www.bing.com/search?q=barack+obama",
    193      "dismiss_cookie_prompt": [
    194        [
    195          "click.byXpathAndWait",
    196          "/html/body/div[1]/div[1]/div/div[2]/div[2]/button[2]/a"
    197        ]
    198      ]
    199    },
    200    {
    201      "login": false,
    202      "name": "buzzfeed",
    203      "test_url": "https://www.buzzfeed.com/",
    204      "secondary_url": "https://www.buzzfeed.com/quizzes",
    205      "dismiss_cookie_prompt": [
    206        [
    207          "click.byXpathAndWait",
    208          "/html/body/div[1]/div/div/div/div[2]/div/button[2]"
    209        ]
    210      ]
    211    },
    212    {
    213      "login": false,
    214      "name": "cnn",
    215      "test_url": "https://www.cnn.com/2021/03/22/weather/climate-change-warm-waters-lake-michigan/index.html",
    216      "secondary_url": "https://www.cnn.com/weather",
    217      "preferences": {
    218        "media.autoplay.default": 5,
    219        "media.autoplay.ask-permission": true,
    220        "media.autoplay.blocking_policy": 1,
    221        "media.allowed-to-play.enabled": false,
    222        "media.block-autoplay-until-in-foreground": true
    223      },
    224      "dismiss_cookie_prompt": [
    225        ["click.byXpathAndWait", "//*[@id='onetrust-pc-btn-handler']"],
    226        [
    227          "click.byXpathAndWait",
    228          "/html/body/div[13]/div[3]/div[3]/div[1]/button[2]"
    229        ]
    230      ]
    231    },
    232    {
    233      "login": false,
    234      "name": "ebay",
    235      "test_url": "https://www.ebay.com/",
    236      "secondary_url": "https://www.ebay.com/deals",
    237      "dismiss_cookie_prompt": [
    238        ["click.byXpathAndWait", "//*[@id='gdpr-banner-decline']"]
    239      ]
    240    },
    241    {
    242      "login": false,
    243      "name": "espn",
    244      "test_url": "https://www.espn.com/nba/story/_/page/allstarweekend25788027/the-comparison-lebron-james-michael-jordan-their-own-words",
    245      "dismiss_cookie_prompt": [
    246        [
    247          "click.byXpathAndWait",
    248          "/html/body/div[10]/div[2]/div/div/div[3]/button"
    249        ]
    250      ]
    251    },
    252    {
    253      "login": false,
    254      "name": "example",
    255      "test_url": "https://www.example.com"
    256    },
    257    {
    258      "login": false,
    259      "name": "expedia",
    260      "test_url": "https://expedia.com/Hotel-Search?destination=New+York%2C+New+York&latLong=40.756680%2C-73.986470&regionId=178293&startDate=&endDate=&rooms=1&_xpid=11905%7C1&adults=2",
    261      "secondary_url": "https://groups.expedia.com/Group-Rate/?locale=en_US&ol=1"
    262    },
    263    {
    264      "login": true,
    265      "name": "facebook",
    266      "test_url": "https://www.facebook.com",
    267      "secondary_url": "https://www.facebook.com/marketplace/?ref=bookmark"
    268    },
    269    {
    270      "login": true,
    271      "login-test": true,
    272      "name": "facebook-login",
    273      "test_url": "https://www.facebook.com",
    274      "type": "interactive",
    275      "test_cmds": [
    276        ["setup_login", "https://www.facebook.com"],
    277        ["wait.byTime", 1000],
    278        ["login", ""],
    279        ["measure.start", "marketplace"],
    280        ["navigate", "https://www.facebook.com/marketplace"],
    281        ["measure.stop", ""]
    282      ]
    283    },
    284    {
    285      "login": true,
    286      "name": "google",
    287      "test_url": "https://www.google.com/search?hl=en&q=barack+obama&cad=h",
    288      "dismiss_cookie_prompt": [
    289        [
    290          "click.byXpathAndWait",
    291          "/html/body/div[3]/div[3]/span/div/div/div/div[3]/button[1]/div"
    292        ],
    293        [
    294          "click.byXpathAndWait",
    295          "/html/body/c-wiz/div/div/div/div[2]/form/div/button/div[2]"
    296        ]
    297      ]
    298    },
    299    {
    300      "login": false,
    301      "name": "google-docs",
    302      "test_url": "https://docs.google.com/document/d/1US-07msg12slQtI_xchzYxcKlTs6Fp7WqIc6W5GK5M8/edit?usp=sharing",
    303      "secondary_url": "https://docs.google.com/document/d/1vUnn0ePU-ynArE1OdxyEHXR2G0sl74ja_st_4OOzlgE/preview"
    304    },
    305    {
    306      "login": true,
    307      "name": "google-mail",
    308      "test_url": "https://mail.google.com/",
    309      "dismiss_cookie_prompt": [
    310        ["click.byXpathAndWait", "/html/body/div/div/span[2]/a[2]"]
    311      ]
    312    },
    313    {
    314      "login": false,
    315      "name": "google-slides",
    316      "test_url": "https://docs.google.com/presentation/d/1Ici0ceWwpFvmIb3EmKeWSq_vAQdmmdFcWqaiLqUkJng/edit?usp=sharing",
    317      "secondary_url": "https://docs.google.com/presentation/d/e/2PACX-1vRWwPQQFMDkSR4RtYc7HSAGm-hoprespfemIk5SatJxd2o8yrFfrMeAAUkjdfalC5PpjJ9ZKgfsuQ1T/pub?start=false&loop=false&delayms=3000"
    318    },
    319    {
    320      "login": false,
    321      "name": "imdb",
    322      "test_url": "https://www.imdb.com/title/tt0084967/?ref_=nv_sr_2",
    323      "secondary_url": "https://www.imdb.com/title/tt0084967/episodes/?ref_=tt_ov_epl"
    324    },
    325    {
    326      "login": false,
    327      "name": "imgur",
    328      "test_url": "https://imgur.com/gallery/mozilla-performance-testing-logo-sNUtC19",
    329      "inject_deterministic": false,
    330      "dismiss_cookie_prompt": [
    331        [
    332          "click.byXpathAndWait",
    333          "/html/body/div[1]/div/div/div/div[2]/div/button[2]"
    334        ]
    335      ],
    336      "secondary_url": "https://imgur.com/gallery/firefox-logo-w8fgXyY",
    337      "preferences": {
    338        "media.autoplay.default": 5,
    339        "media.autoplay.ask-permission": true,
    340        "media.autoplay.blocking_policy": 1,
    341        "media.allowed-to-play.enabled": false,
    342        "media.block-autoplay-until-in-foreground": true
    343      }
    344    },
    345    {
    346      "login": true,
    347      "name": "instagram",
    348      "test_url": "https://www.instagram.com/",
    349      "secondary_url": "https://www.instagram.com/nobelprize_org/"
    350    },
    351    {
    352      "login": true,
    353      "name": "linkedin",
    354      "test_url": "https://www.linkedin.com/in/thommy-harris-hk-385723106/",
    355      "secondary_url": "https://www.linkedin.com/company/github?trk=affiliated-pages"
    356    },
    357    {
    358      "login": false,
    359      "name": "microsoft",
    360      "test_url": "https://www.microsoft.com/en-us/",
    361      "secondary_url": "https://support.microsoft.com/en-us",
    362      "dismiss_cookie_prompt": [
    363        [
    364          "click.byXpathAndWait",
    365          "/html/body/div[3]/div[1]/div/div/div[2]/div/div/div/div[2]/button[2]"
    366        ]
    367      ]
    368    },
    369    {
    370      "login": true,
    371      "name": "netflix",
    372      "test_url": "https://www.netflix.com/title/80117263",
    373      "secondary_url": "https://www.netflix.com/title/699257"
    374    },
    375    {
    376      "login": false,
    377      "name": "nytimes",
    378      "test_url": "https://www.nytimes.com/2020/02/19/opinion/surprise-medical-bill.html",
    379      "secondary_url": "https://www.nytimes.com/section/opinion/columnists",
    380      "dismiss_cookie_prompt": [
    381        [
    382          "click.byXpathAndWait",
    383          "/html/body/div/div[2]/main/div[3]/div[2]/div/div[2]/button[2]"
    384        ]
    385      ]
    386    },
    387    {
    388      "login": true,
    389      "name": "office",
    390      "test_url": "https://www.office.com/launch/powerpoint/",
    391      "secondary_url": "https://www.office.com/"
    392    },
    393    {
    394      "login": true,
    395      "name": "outlook",
    396      "test_url": "https://outlook.live.com/mail/inbox"
    397    },
    398    {
    399      "login": true,
    400      "name": "paypal",
    401      "test_url": "https://www.paypal.com/myaccount/summary/"
    402    },
    403    {
    404      "login": true,
    405      "name": "pinterest",
    406      "test_url": "https://pinterest.com/",
    407      "secondary_url": "https://www.pinterest.com/today/best/halloween-costumes-for-your-furry-friends/75787/"
    408    },
    409    {
    410      "login": false,
    411      "name": "reddit",
    412      "test_url": "https://www.reddit.com/r/technology/comments/9sqwyh/we_posed_as_100_senators_to_run_ads_on_facebook/",
    413      "secondary_url": "https://www.reddit.com/r/technology/",
    414      "dismiss_cookie_prompt": [
    415        [
    416          "click.byXpathAndWait",
    417          "/html/body/div[1]/div/div[2]/div[3]/div[1]/section/div/section/section/form[1]/button"
    418        ]
    419      ]
    420    },
    421    {
    422      "login": true,
    423      "name": "tumblr",
    424      "test_url": "https://www.tumblr.com/dashboard",
    425      "secondary_url": "https://www.tumblr.com/tagged/funny+cats?sort=top"
    426    },
    427    {
    428      "login": false,
    429      "name": "twitch",
    430      "test_url": "https://www.twitch.tv/videos/894226211",
    431      "secondary_url": "https://www.twitch.tv/gmashley",
    432      "preferences": {
    433        "media.autoplay.default": 5,
    434        "media.autoplay.ask-permission": true,
    435        "media.autoplay.blocking_policy": 1,
    436        "media.allowed-to-play.enabled": false,
    437        "media.block-autoplay-until-in-foreground": true
    438      },
    439      "dismiss_cookie_prompt": [
    440        [
    441          "click.byXpathAndWait",
    442          "/html/body/div[1]/div/div[2]/div[1]/div/div/div/div[3]/div/button"
    443        ],
    444        [
    445          "click.byXpathAndWait",
    446          "/html/body/div[3]/div/div/div/div/div/div[1]/div[2]/div[2]/button"
    447        ]
    448      ]
    449    },
    450    {
    451      "login": true,
    452      "name": "twitter",
    453      "test_url": "https://twitter.com/BarackObama"
    454    },
    455    {
    456      "login": false,
    457      "name": "wikia",
    458      "test_url": "https://marvel.fandom.com/wiki/Black_Panther",
    459      "secondary_url": "https://marvel.fandom.com/wiki/Celestials",
    460      "dismiss_cookie_prompt": [
    461        ["click.byXpathAndWait", "/html/body/div[6]/div/div/div[2]/div[1]"],
    462        ["click.byXpathAndWait", "/html/body/div[6]/div/div/div[2]/div[2]"]
    463      ]
    464    },
    465    {
    466      "login": false,
    467      "name": "wikipedia",
    468      "test_url": "https://en.wikipedia.org/wiki/Barack_Obama",
    469      "secondary_url": "https://en.wikipedia.org/wiki/Joe_Biden"
    470    },
    471    {
    472      "login": true,
    473      "name": "yahoo-mail",
    474      "test_url": "https://mail.yahoo.com/"
    475    },
    476    {
    477      "login": false,
    478      "name": "youtube",
    479      "test_url": "https://www.youtube.com",
    480      "secondary_url": "https://www.youtube.com/watch?v=JrdEMERq8MA",
    481      "dismiss_cookie_prompt ": [
    482        [
    483          "click.byXpathAndWait",
    484          "/html/body/ytd-app/ytd-consent-bump-v2-lightbox/tp-yt-paper-dialog/div[4]/div[2]/div[6]/div[1]/ytd-button-renderer[1]/a"
    485        ]
    486      ]
    487    },
    488    {
    489      "login": false,
    490      "name": "cnn-nav",
    491      "test_url": "https://www.cnn.com/",
    492      "type": "interactive",
    493      "test_cmds": [
    494        ["measure.start", "landing"],
    495        ["navigate", "https://www.cnn.com"],
    496        ["wait.byTime", 4000],
    497        ["measure.stop", ""],
    498        ["measure.start", "world"],
    499        [
    500          "click.byXpathAndWait",
    501          "/html/body/div[5]/div/div/header/div/div[1]/div/div[2]/nav/ul/li[2]/a"
    502        ],
    503        ["wait.byTime", 1000],
    504        ["measure.stop", ""]
    505      ]
    506    },
    507    {
    508      "login": false,
    509      "name": "reddit-billgates-ama",
    510      "test_url": "https://www.reddit.com/",
    511      "type": "interactive",
    512      "test_cmds": [
    513        ["measure.start", "billg-ama"],
    514        [
    515          "navigate",
    516          "https://www.reddit.com/r/IAmA/comments/m8n4vt/im_bill_gates_cochair_of_the_bill_and_melinda/"
    517        ],
    518        ["wait.byTime", 5000],
    519        ["measure.stop", ""],
    520        ["measure.start", "members"],
    521        [
    522          "click.byXpathAndWait",
    523          "/html/body/div[1]/div/div[2]/div[2]/div/div[3]/div[2]/div/div[1]/div/div[4]/div[1]/div"
    524        ],
    525        ["wait.byTime", 1000],
    526        ["measure.stop", ""]
    527      ]
    528    },
    529    {
    530      "login": false,
    531      "name": "reddit-billgates-post",
    532      "test_url": "https://www.reddit.com/user/thisisbillgates/",
    533      "type": "interactive",
    534      "test_cmds": [
    535        ["measure.start", "billg"],
    536        ["navigate", "https://www.reddit.com/user/thisisbillgates/"],
    537        ["wait.byTime", 5000],
    538        ["measure.stop", ""],
    539        ["measure.start", "posts"],
    540        [
    541          "click.byXpathAndWait",
    542          "/html/body/div[1]/div/div[2]/div[2]/div/div/div/div[2]/div[2]/div/div/div/a[2]"
    543        ],
    544        ["wait.byTime", 15000],
    545        ["measure.stop", ""],
    546        ["measure.start", "comments"],
    547        [
    548          "click.byXpathAndWait",
    549          "/html/body/div[1]/div/div[2]/div[2]/div/div/div/div[2]/div[2]/div/div/div/a[3]"
    550        ],
    551        ["wait.byTime", 15000],
    552        ["measure.stop", ""],
    553        ["measure.start", "hot"],
    554        [
    555          "click.byXpathAndWait",
    556          "/html/body/div[1]/div/div[2]/div[2]/div/div/div/div[2]/div[4]/div[1]/div[1]/div[2]/a[2]"
    557        ],
    558        ["wait.byTime", 15000],
    559        ["measure.stop", ""],
    560        ["measure.start", "top"],
    561        [
    562          "click.byXpathAndWait",
    563          "/html/body/div[1]/div/div[2]/div[2]/div/div/div/div[2]/div[4]/div[1]/div[1]/div[2]/a[3]"
    564        ],
    565        ["wait.byTime", 15000],
    566        ["measure.stop", ""]
    567      ]
    568    },
    569    {
    570      "login": false,
    571      "name": "facebook-nav",
    572      "test_url": "https://www.facebook.com/",
    573      "type": "interactive",
    574      "test_cmds": [
    575        ["navigate", "https://www.facebook.com/login"],
    576        ["wait.byTime", 30000],
    577        ["measure.start", "landing"],
    578        ["navigate", "https://www.facebook.com/"],
    579        ["wait.byTime", 5000],
    580        ["measure.stop", ""],
    581        ["measure.start", "marketplace"],
    582        ["navigate", "https://www.facebook.com/marketplace"],
    583        ["wait.byTime", 5000],
    584        ["measure.stop", ""],
    585        ["measure.start", "groups"],
    586        ["navigate", "https://www.facebook.com/groups/discover/"],
    587        ["wait.byTime", 5000],
    588        ["measure.stop", ""],
    589        ["measure.start", "friends"],
    590        ["navigate", "https://www.facebook.com/friends/"],
    591        ["wait.byTime", 5000],
    592        ["measure.stop", ""]
    593      ]
    594    },
    595    {
    596      "login": false,
    597      "name": "fandom",
    598      "test_url": "https://www.fandom.com/articles/fallout-76-will-live-and-die-on-the-creativity-of-its-playerbase",
    599      "test_cmds": [
    600        ["click.byXpathAndWait", "/html/body/div[9]/div/div/div[2]/div[1]"],
    601        ["click.byXpathAndWait", "/html/body/div[9]/div/div/div[2]/div[2]"]
    602      ]
    603    }
    604  ]
    605 }