edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev] noscript
@ 2014-02-21  9:41 Karl Dahlke
  2014-02-21 12:05 ` Adam Thompson
  0 siblings, 1 reply; 4+ messages in thread
From: Karl Dahlke @ 2014-02-21  9:41 UTC (permalink / raw)
  To: Edbrowse-dev

> However I think displaying the contents of the noscript tags if js is already
> dead makes sense, since if we have a js failure,
> it'd then be possible to refresh the page to get the noscript contents.

When you refresh the page you "quit" the old page.
That frees the js context.
Then the new page gets a new js context and js is working again.
It would then likely run into the same error.
You have to specifically turn off js first, then refresh.
But yes you could do that.

I can't help wonder if this feature would be annoying,
there are lots of sites like Google that I run all the time without js,
it saves time and errors and the site runs just as well.

nojs = partner.googleadservices.com
nojs = google.com
nojs = googlesyndication.com
nojs = google-analytics.com

Do I really want to read all those noscript messages every time?

Your browser is not javascript enabled.
This site will not perform optimally under these conditions.
To access all the features of this site, please turn on javascript.
Here are directions on how to do so.
Blah Blah blah for each browser.

Do I really want to read through that every time I access Google,
or any other site that I have determines runs fine without javascript?
I'm not trying to be contrary here, just thinking of
all the ramifications of turning noscript on.
Or maybe noscript runs if js is dead,
but not for the nojs commands in the config file,
because I have already determined it's ok to run those sites without js.

Karl Dahlke

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [Edbrowse-dev] noscript
@ 2014-02-21 12:46 Karl Dahlke
  2014-02-21 18:59 ` Adam Thompson
  0 siblings, 1 reply; 4+ messages in thread
From: Karl Dahlke @ 2014-02-21 12:46 UTC (permalink / raw)
  To: Edbrowse-dev

Ok - the noscript tags become active when js is not.
As Adam points out, this should be the default.
We can talk about features to turn them off in the nojs directive in the
config file later.

Yes I too have run into some sites where it claims js is off, but
it is really on.
My objects are not complete enough for it to recognize that it is on,
so it prints those warning messages.
These are the sites that lead us to the objects
or methods that we are missing.
But that's another story.

My jsrt file includes some noscript tags for testing.
Browse it with js off and you'll see what I mean.
I put in some tags, not just text, to make sure the html runs
inside noscript, as it should.

Karl Dahlke

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-21 19:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-21  9:41 [Edbrowse-dev] noscript Karl Dahlke
2014-02-21 12:05 ` Adam Thompson
2014-02-21 12:46 Karl Dahlke
2014-02-21 18:59 ` Adam Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).