AppleGuessr

Adds Apple Look Around to GeoGuessr

当前为 2022-08-13 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

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

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 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.