tor-browser

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

pageload_sites.json (18892B)


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