Skip to content

Commit

Permalink
Add bookmarklet to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Sep 21, 2021
1 parent e38913c commit 39bf7d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Paste this anywhere in your HTML:
<link rel="stylesheet" href="https://csswizardry.com/ct/ct.css" class="ct" />
```

## Bookmarklet

Drag and drop the following link to your bookmarks bar: <a href="javascript:(function(){ var ct = document.createElement('link'); ct.rel = 'stylesheet'; ct.href = 'https://csswizardry.com/ct/ct.css'; ct.classList.add('ct'); document.head.appendChild(ct); }());;">ct.css</a>.

## Chrome Snippet

![](./chrome-snippet.png)
Expand Down

0 comments on commit 39bf7d1

Please sign in to comment.