Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 153925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:53:16+00:00 2026-05-11T09:53:16+00:00

I have a bookmarklet which inserts a CSS stylesheet into the target DOM via

  • 0

I have a bookmarklet which inserts a CSS stylesheet into the target DOM via a ‘link’ tag (external stylesheet).

Recently, this stopped working on Amazon.com, in Internet Explorer only. It works on other sites, and with other browsers (even on Amazon.com). The technique we’re using to insert the stylesheet is pretty straightforward:

document.getElementsByTagName('head')[0].appendChild(s); 

Where ‘s’ is a link object created with document.createElement. Even on Amazon, I see via the Internet Explorer Developer Toolbar DOM inspector that the element is there. However if I alert the document.styleSheets collection in JavaScript, it’s not there.

As a test, I tried to use the IE-only document.createStyleSheet method passing the URL to my stylesheet as an argument. This throws the error:

Not enough storage is available to complete this operation

Points of interest:

  • The documentation for document.createStyleSheet says an error will be thrown if there are more than 31 stylesheets on the page but (1) it’s a different error, and (2) there are only 10 external stylesheets on the page.
  • My googling for the error turned up a number of dead-ends, and the only one that suggested anything stylesheet-related was this drupal post, but it refers to a character limit on inline styles, as opposed to a problem relating to external styles.
  • The same code, even the createStyleSheet call, works on other sites in IE.

This has reached ‘complete mystery’ status for me.

  • 1 1 Answer
  • 2 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T09:53:16+00:00Added an answer on May 11, 2026 at 9:53 am

    I just tried this

    javascript:(function(d) { d.createStyleSheet().cssText='* {color:blue !important;}'   })(document); 

    and

    javascript:(function(d) { d.createStyleSheet('http://myschemas.com/pub/clear.css') })(document); 

    from IE on amazon.com and both worked. Maybe you need to add the !important to some items of your css to be sure they take effect now?

    UPDATE: Found a possible solution for you…

    javascript:(function(c) {c[c.length-1].addImport('http://myschemas.com/pub/clear.css')})(document.styleSheets); 

    Hope it helps you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following javascript bookmarklet which opens a new popup window with a
I have come across Evernote's bookmarklet and was wondering how this worked. You can
i have this js bookmarklet that makes all the current page's font colors black.
i have a input tag which is non editable, but some times i need
Have just started using Visual Studio Professional's built-in unit testing features, which as I
Have you managed to get Aptana Studio debugging to work? I tried following this,
Have had to write my first proper multithreaded coded recently, and realised just how
I'm trying to create a bookmarklet which will use the jquery-ui - what steps
So I've got a bookmarklet which should open up a page in a new
I am writing a bookmarklet in which I want to use the jquery forms

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.