Greasy Fork is available in English.

WME Enhanced Search

Enhances the search box to parse WME PLs and URLs from other maps to move to the location & zoom

Voici les versions de ce script où le code a été modifié. Voir toutes les versions.

  • v2023.12.09.01 10/12/2023

    Update EnhancedSearch.js

  • v2023.12.09.01 10/12/2023

    Update EnhancedSearch.js

  • v2022.05.23.01 23/05/2022 Update EnhancedSearch.js Updates for zoom levels
  • v2022.05.23.01 23/05/2022 Update EnhancedSearch.js Updates for zoom levels
  • v2020.06.30.01 30/06/2020 Update EnhancedSearch.js Support for old OSM map links
  • v2020.06.30.01 30/06/2020 Update EnhancedSearch.js Support for old OSM map links
  • v2020.05.22.01 22/05/2020 Update EnhancedSearch.js
  • v2020.05.22.01 22/05/2020 Update EnhancedSearch.js
  • v2020.03.27.01 27/03/2020 Update EnhancedSearch.js Changing how we check if the layers are enabled; change necessary since the latest WME update
  • v2020.03.27.01 27/03/2020 Update EnhancedSearch.js Changing how we check if the layers are enabled; change necessary since the latest WME update
  • v2020.03.25.01 25/03/2020 Update EnhancedSearch.js
  • v2020.03.25.01 25/03/2020 Update EnhancedSearch.js
  • v2020.02.06.01 06/02/2020 Update EnhancedSearch.js
  • v2020.02.06.01 06/02/2020 Update EnhancedSearch.js
  • v2019.12.09.01 09/12/2019 Update EnhancedSearch.js Fixing zoom lines due to WME update
  • v2019.12.09.01 09/12/2019 Update EnhancedSearch.js Fixing zoom lines due to WME update
  • v2019.11.26.01 26/11/2019 Update EnhancedSearch.js Fixing zoom bug due to WME update
  • v2019.11.26.01 26/11/2019 Update EnhancedSearch.js Fixing zoom bug due to WME update
  • v2019.10.27.01 27/10/2019 Update EnhancedSearch.js
  • v2019.10.27.01 27/10/2019 Update EnhancedSearch.js
  • v2019.08.26.02 26/08/2019 Update EnhancedSearch.js Adding a slight delay to clearing the search box - if the screen doesn't jump, the parsing completes before the paste enters the text in the search box, and it is never cleared.
  • v2019.08.26.02 26/08/2019 Update EnhancedSearch.js Adding a slight delay to clearing the search box - if the screen doesn't jump, the parsing completes before the paste enters the text in the search box, and it is never cleared.
  • v2019.08.26.01 26/08/2019 Update EnhancedSearch.js Correcting the WME Place/MC regex
  • v2019.08.26.01 26/08/2019 Update EnhancedSearch.js Correcting the WME Place/MC regex
  • v2019.07.24.01 24/07/2019 Update EnhancedSearch.js Fixing selecting URs from wme URLs
  • v2019.07.24.01 24/07/2019 Update EnhancedSearch.js Fixing selecting URs from wme URLs
  • v2019.06.03.01 03/06/2019 Update EnhancedSearch.js Enabling layers found in the WME PL
  • v2019.06.03.01 03/06/2019 Update EnhancedSearch.js Enabling layers found in the WME PL
  • v2019.05.03.01 03/05/2019 Update EnhancedSearch.js Version bump to pull latest WazeWrap
  • v2019.05.03.01 03/05/2019 Update EnhancedSearch.js Version bump to pull latest WazeWrap
  • v2019.04.22.03 22/04/2019 Update EnhancedSearch.js
  • v2019.04.22.03 22/04/2019 Update EnhancedSearch.js
  • v2019.04.22.02 22/04/2019 Update EnhancedSearch.js Adding support for app share URL and fixing the clearing of the search box when a paste has been processed
  • v2019.04.22.02 22/04/2019 Update EnhancedSearch.js Adding support for app share URL and fixing the clearing of the search box when a paste has been processed
  • v2019.04.08.02 09/04/2019 Update EnhancedSearch.js
  • v2019.04.08.02 09/04/2019 Update EnhancedSearch.js
  • v2019.04.08.01 09/04/2019 Update EnhancedSearch.js Implement WW's findVenue ability so it works in ROW and IL
  • v2019.04.08.01 09/04/2019 Update EnhancedSearch.js Implement WW's findVenue ability so it works in ROW and IL
  • v2019.04.05.01 05/04/2019 Update EnhancedSearch.js Fixing bug when reading clipboard
  • v2019.04.05.01 05/04/2019 Update EnhancedSearch.js Fixing bug when reading clipboard
  • v2019.04.04.01 04/04/2019 Update EnhancedSearch.js Changing how I read the paste - Firefox does not allow access to the clipboard API.
  • v2019.04.04.01 04/04/2019 Update EnhancedSearch.js Changing how I read the paste - Firefox does not allow access to the clipboard API.
  • v2019.04.02.02 02/04/2019 Update EnhancedSearch.js Adding support for finding segments in ROW and IL when the segment ID is pasted directly and they are not on screen
  • v2019.04.02.02 02/04/2019 Update EnhancedSearch.js Adding support for finding segments in ROW and IL when the segment ID is pasted directly and they are not on screen
  • v2019.04.02.01 02/04/2019 Update EnhancedSearch.js A display for how many segments and Places are found with the supplied regex search now displays when searching. Clicking on either of these will select all of the highlighted segments/Places.
  • v2019.04.02.01 02/04/2019 Update EnhancedSearch.js A display for how many segments and Places are found with the supplied regex search now displays when searching. Clicking on either of these will select all of the highlighted segments/Places.
  • v2019.04.01.02 01/04/2019 Update EnhancedSearch.js Fixing the query length check - got moved to before stripping out the regex characters so the length was always > 2
  • v2019.04.01.02 01/04/2019 Update EnhancedSearch.js Fixing the query length check - got moved to before stripping out the regex characters so the length was always > 2
  • v2019.04.01.01 01/04/2019 Update EnhancedSearch.js Added regular expression highlighting for segments and Places
  • v2019.04.01.01 01/04/2019 Update EnhancedSearch.js Added regular expression highlighting for segments and Places

Afficher toutes les versions de script