Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
It seems that Amazon has changed the way it's header works. This is what I changed: For display on line 31:
var titleText = document.createTextNode(title);
var link = document.createElement('a');
var label = document.createTextNode( aLabel ); link.appendChild(label); div.insertBefore(newTitleB, b);
On line 188 for selecting the element:
var origTitle = document.getElementById("btAsinTitle"); |