• 11 Posts
  • 36 Comments
Joined 2 years ago
cake
Cake day: December 27th, 2023

help-circle



  • So, I decided to to look into Perchance’s internal code myself, since I couldn’t get an answer.

    A screenshot that shows Perchance's internal scripts using the  parameter and  parameter along with some other logic.

    And it looks like Both the __generatorLastEditTime parameter and the __initWithDataFromParentWindow parameter are needed ONLY during the initial load.

    And looking at this part of the code, it seems like Perchance dev is already moving away from the __generatorLastEditTime parameter.

    // if(window.location.href.includes("__generatorLastEditTime=")) return;
    

    So, I am assuming it is fine to remove these two parameters after the app has loaded. However, I could be wrong, these are just my general understanding after looking into the internal logic.