-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion on what needs to be changed #315
Comments
some how I was able to edit app.asar (packeged file, like winrar or winzip) using 7-zip "https://github.com/daemondevin/7-ZipPortable"; then download the 7-zip Plugin "https://www.tc4shell.com/en/7zip/asar/" |
...after editing 'main.js' within 7-Zip having installed the Asar Plugin (by right clicking and selecting edit) // Load Bing TO: AND FROM [CODE SNIPPET-END]] What's wrong with the code? It seems as the login happens within the app (not externally using the default browser) ; then somehow, we have to get it to the main chat page :( that will be challenging |
GUYS LETS TRY TO MAINTAIN THIS APP, I KNOW THERE ARE GIFTED PROGRAMMERS OUT THERE, PLEASE HELP FIX THIS. |
I am not clued up with electron and its packaging, but can any one replace
const bingUrl = `https://edgeservices.bing.com/edgediscover/query?&${
with
https://edgeservices.bing.com/edgesvc/chat
and also make necessary changes
The text was updated successfully, but these errors were encountered: