AppleGuessr

Adds Apple Look Around to GeoGuessr

目前為 2022-08-13 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Mistystar
評價
0 0 0
版本
1.0
建立日期
2022-08-13
更新日期
2022-08-13
尺寸
6.8 KB
授權條款
MIT
腳本執行於

There is a Germany map made specifically for this script: (huge thanks to both efefury#0519 and Apfeloxid#1368 for the over 50K locations)

CREDITS:

  • skzk#8049 - without https://github.com/sk-zk/lookaround-map this script would not have been possible
  • mattisinthesky#1294 - thanks for helping me host the lookaround-map backend on Heroku
  • Jupaoqq#7742 - I learned a lot from Unity Script's source code
  • efefury#0519 and Apfeloxid#1368 - for the map locations

NOTES:

  • I'm not a UI designer so there is no kill switch to turn the script off via a GUI. Turn it off in Tampermonkey and refresh.
  • Movement isn't supported by sk-zk's lookaround-map project yet. I'll update the script when it does. Play NM for now.
  • The images take a bit of time to load in. Be patient. If they don't seem to be loading in after a while, refresh the page.
  • I'm unsure about the performance of sk-zk's Python server. I had issues with it during development. If the server crashes for some reason, run it locally. First, git clone https://github.com/MattKowalskii/apple-lookaround-heroku, pip3 install -r requirements.txt, flask run, and replace all https://apple-lookaround.herokuapp.coms with http://127.0.0.1:5000 in the script
  • Bugs are to be expected. sk-zk's project isn't complete yet and this is the first version of my very first GeoGuessr script. An improved version is coming in the future.