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

function breaks on error page. #1450

Closed
0rt opened this issue Oct 18, 2011 · 2 comments
Closed

function breaks on error page. #1450

0rt opened this issue Oct 18, 2011 · 2 comments
Labels

Comments

@0rt
Copy link

0rt commented Oct 18, 2011

// ==UserScript==
// @name Error Page Auto Reload
// @include *
// ==/UserScript==
alert('I was run!');

the above user.js won't function in error page. You can test it this way:

  1. install the above user.js
  2. set a non-exist proxy, Type any URL and enter
    or just go to a non-exist site if your DNS won't redirect you when error
  3. nothing happen... well, it should alert, right?
@arantius
Copy link
Collaborator

By design. See #1375 (error pages are really about:neterror?.... ).

@0rt
Copy link
Author

0rt commented Oct 18, 2011

is it a backfire of issue #1375 ?

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

No branches or pull requests

2 participants