Bug 8456
Summary: | Many squarefree.com bookmarklets don't work | ||
---|---|---|---|
Product: | WebKit | Reporter: | Henrik Sjökvist <henrik> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, ian |
Priority: | P2 | ||
Version: | 417.x | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | 7826, 13247, 13645 | ||
Bug Blocks: |
Henrik Sjökvist
I came across a stylesheet zapper bookmarklet with the following code that doesn't work in Safari:
javascript:(function(){var%20i,x;for(i=0;x=document.styleSheets[i];++i)x.disabled=true;})();
There's quite a few bookmarklets over at http://www.squarefree.com/bookmarklets/ that don't work.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Geoffrey Garen
Confirmed with Version 2.0.3 (417.9.2).
Geoffrey Garen
Actually, the stylesheet one works with the latest nightly build. But it would be nice to have individual bugs for the others that don't work.
Alexey Proskuryakov
Renaming to make it clear that this is a tracking bug for issues with squarefree.com bookmarklets still present in nightly builds (http://nightly.webkit.org).
Alexey Proskuryakov
Most or all of the squarefree.com bookmarklets work now. Please file individual bugs if you find any that don't.