Internet Roadtrip - Look Out the Window v1

Allows you rotate your view 90 degrees and zoom in on neal.fun/internet-roadtrip

这些是代码发生过变更的脚本版本。 显示所有版本

  • v1.17.1 2025-05-29

    A handful of fixes and improvements to the settings panel overlays

    • Fix overlay "No image set" text being flipped when Flip was enabled on the overlay
    • Fix overlay preview images being flipped by default when no flip field was present in the overlay settings JSON
    • Move Set URL and Remove image buttons to below the overlay preview image
    • Add button to revert overlay settings to their default values
    • Add error text when the overlay image fails to load
  • v1.17.0 2025-05-29
    • Add settings UI for setting front, back, left, and right view overlays
      • Allow for setting image source (either via URL, file upload, or pasting a file), flipping the image, and setting the transform origin of the image (used for zooming)
    • Added flip setting to overlays
      • Flips the image horizontally
      • On by default on the left overlay
    • Split sideOverlay setting into leftOverlay and rightOverlay
      • The setting will be automatically migrated when updating to this version
    • Internal:
      • Rename .window to .overlay, add a nested .overlay__image element that actually contains the image
      • This is done to support the new flip setting in overlays. The flip is done on the container, so that the image element can have a separate transform origin for zooming
      • Use @violentmonkey/dom to create elements
      • Inject styles using GM_addStyle
  • v1.16.0 2025-05-26
    • Update IRF to v0.4.1-beta
    • Prefix all DOM identifiers (CSS classes, IDs, property names, etc.) the userscript uses
    • Add a settings tab for IRF panel for toggles that were available on the Violentmonkey/Tampermonkey popup
  • v1.15.1 2025-05-24

    Fixes to avoid embedding the current page on the iframe panos. This should hopefully prevent ratelimits in the future.

    • Avoid changing the current active pano iframe src if it is empty.
    • Replace crash in replaceHeadingInPanoUrl with a no-op instead.

    Also, some small renaming

  • v1.15.0 2025-05-21
    • Save settings as soon as the application loads
    • Avoid performing transitions while rapidly switching between views
      • This does not prevent vanilla transitions. These will still be done when a new vote begins.
      • This reduces flickering, but does not completely remove it
  • v1.14.1 2025-05-21
    • Be smarter about when to not do transitions:
      • Enable transitions again after the vote is over
      • Disable transitions when changeStop() is called, but enable them again after the call to switchFrameOrder() (see comments for a better explanation)
    • Add fail-safe to switchFrameOrder() to check if the current pano iframe is facing the correct direction or not, and perform a transition if not
  • v1.14.0 2025-05-21
    • Add front overlay (by default, has no image)
    • Add settings to configure image source and transform origin of front, side, and back overlays
      • These settings don't currently have any UI to change them, but you can change them from Violentmonkey's "Values" tab or Tampermonkey's "Storage" tab when editing the userscript
    • A bunch of changes to the internal DOM structure of the userscript
    • Rename userscript to lowercase the "T" in "the"
  • v1.13.4 2025-05-20
    • Fix view sometimes getting stuck on the previous facing direction until a vote ends
  • v1.13.3 2025-05-20
    • Fix slight offset from real heading direction after turns
  • v1.13.2 2025-05-20
    • Fix pano zoom not being smooth
  • v1.13.1 2025-05-19
    • Add menu commands for toggling the Vehicle UI and "Always show Game UI" settings
  • v1.12.0 2025-05-19
    • Preload images when entering the page
    • Hide air freshener when looking out the window
    • Some small internal restructuring
  • v1.11.2 2025-05-18
    • Ignore arrow key presses when focused on the map
  • v1.11.1 2025-05-18
    • Update internet-roadtrip-framework to 0.3.2-beta, hopefully fixing the infinite reloading issue
  • v1.11 2025-05-17
    • Fix zoom not working
  • v1.10 2025-05-17
    • Hide honking click area when not looking straight ahead
  • v1.9 2025-05-17
    • Make zooming work on Firefox
    • Increase max zoom level from 5 to 20
    • Move arrows down so they don't overlap the chat
    • Attempt to reuse fade transitions from the site (although things may look a bit clunky if you move around too much)
  • v1.8 2025-05-14

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址