Greasy Fork is available in English.

IsThereAnyDeal game-specific links on EpicGames Store

Puts a game-specific IsThereAnyDeal link to the game pages on Epic Games Store

Ili estas versioj de tiu ĉi skripto, kie la kodo estas ĝisdatigita. Montri ĉiujn versiojn

  • v0.9.2 2024/09/20

    IsThereAnyDeal game-specific links on EpicGames Store v0.9.2

    Stopped clearing ButtonStayInterval because sometimes when loading a store page, the ITAD button would get inserted before the page fully loads (used window.onload, but it's not good enough due to dynamic content) and would then get removed by the time the page is fully loaded. So now it works how it used to work, incidentally matching the function name "InsertAndMakeSureButtonStays". This could/should be later updated "properly" by detecting when the page is actually ready for the button to be added.

    Also, changed some let to const.

  • v0.9.1 2024/07/30

    IsThereAnyDeal game-specific links on EpicGames Store v0.9.1

    • Changed license
    • Updated @compatible
  • v0.9.0 2024/07/30 Imported from URL
  • v0.8.0 2024/05/26

    Added new method for the automatic game page fetching using a custom google search

  • v0.7.0 2024/05/26

    forced OpenSearchResultsInstead = true until I can fix the automatic page finder

  • v0.6.1 2024/01/30

    Added tags for license, icon and compatibility

  • v0.6 2023/05/29

    Updated for new url and DOM

  • v0.5 2020/11/25 fixed getting top-of-the-page title + changed to using the top-of-the-page title by default instead of the meta data name + added bundle pages + moved error alerts to other tab
  • v0.4.1 2020/11/25 changed wording on name/desc
  • v0.4 2020/11/25 further automated. Getting the proper link from the ITAD search results page is now done in the background. So as far as the user sees, the game page is opened directly.
  • v0.2 2020/11/23 handling the url changes where the full page isn't reloaded
  • v0.1 2020/10/23