Skip to content
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

Auto About:blank is broken #3

Open
omada15 opened this issue Aug 27, 2024 · 19 comments
Open

Auto About:blank is broken #3

omada15 opened this issue Aug 27, 2024 · 19 comments

Comments

@omada15
Copy link

omada15 commented Aug 27, 2024

Turning on automatic about:blank opens the about:blank tab repeatedly.
Seems like the about:blank tabs are opening about:blanks

@not-amplify
Copy link
Member

Turning on automatic about:blank opens the about:blank tab repeatedly. Seems like the about:blank tabs are opening about:blanks

I am currently working on refactoring and improving functionality, Please forgive us, as we have been in a transition of our Owners and have been focused on that, we will fix this soon.

@omada15
Copy link
Author

omada15 commented Aug 28, 2024

alr thx

@om3ga6400
Copy link

om3ga6400 commented Oct 8, 2024

<script> var win = window.open(); win.document.body.style.margin = '0'; win.document.body.style.height = '100vh'; var iframe = win.document.createElement('iframe'); iframe.style.border = 'none'; iframe.style.width = '100%'; iframe.style.height = '100%'; iframe.style.margin = '0'; iframe.src = 'INSERT URL HERE'; win.document.body.appendChild(iframe); window.close(); </script>

this automatically redirects to aboutblank

@crllect
Copy link
Member

crllect commented Oct 9, 2024

In my experience auto about blank works if you don't have popups blocked, how is auto aboutblank broken? like is it not cloaking on page load even with popups enabled?

@nonsnse
Copy link
Contributor

nonsnse commented Oct 9, 2024

@om3ga6400 Please provide us with more information on this issue so we clearly understand what you mean.

@om3ga6400
Copy link

@om3ga6400 Please provide us with more information on this issue so we clearly understand what you mean.

I didn't open the issue, I supplied code to fix it

@nonsnse
Copy link
Contributor

nonsnse commented Oct 9, 2024

@om3ga6400 Please provide us with more information on this issue so we clearly understand what you mean.

I didn't open the issue, I supplied code to fix it

What was the issue?

@om3ga6400
Copy link

Turning on automatic about:blank opens the about:blank tab repeatedly.
Seems like the about:blank tabs are opening about:blanks

.

@nonsnse
Copy link
Contributor

nonsnse commented Oct 9, 2024

We debugged about:blank before unless links are being About:Blanked for the url "about:blank"

@om3ga6400
Copy link

ok well I didint open this issue so I don't know

@nonsnse
Copy link
Contributor

nonsnse commented Oct 9, 2024

There needs to be a if statement checking if its in about:blank already. Your code does not have this if I'm reading this right

@nonsnse
Copy link
Contributor

nonsnse commented Oct 9, 2024

You supplied us with the regular About:Blank code. We already have this as this is already a function within a button in settings > about:blank.

The automation is broken not About:Blank

@om3ga6400
Copy link

what mine dose is automatically redirect to about blank with whatever URL you use in it

@nonsnse
Copy link
Contributor

nonsnse commented Oct 9, 2024

That is the point. If it keeps spamming About:Blank we are aware of this issue

@om3ga6400
Copy link

I did not make this issue nor have I experienced it, I was just providing some code

@nonsnse
Copy link
Contributor

nonsnse commented Oct 9, 2024

The whole point of about:blank is to create an iframe with temporary data similar to "blob"

@om3ga6400
Copy link

thats what mine dose

@nonsnse
Copy link
Contributor

nonsnse commented Oct 9, 2024

Okay thank you for letting me know.

@omada15
Copy link
Author

omada15 commented Oct 9, 2024

We debugged about:blank before unless links are being About:Blanked for the url "about:blank"

thats whats happening

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants