An open API service indexing awesome lists of open source software.

https://github.com/taylorbryant/bookmarklets

A list of potentially useful bookmarklets
https://github.com/taylorbryant/bookmarklets

bookmarklets css pagespeed-insights responsinator structured-data wayback-machine

Last synced: 5 months ago
JSON representation

A list of potentially useful bookmarklets

Awesome Lists containing this project

README

          

# Bookmarklets
A list of potentially useful bookmarklets

## CSS Stats
```
javascript:location.href='http://cssstats.com/stats?url='+window.location.href
```

## MXToolbox DNS Lookup
```
javascript:location.href='https://mxtoolbox.com/SuperTool.aspx?action=a%3a'+window.location.hostname+'&run=toolpage'
```

## PageSpeed Insights
```
javascript:location.href='https://developers.google.com/speed/pagespeed/insights/?url='+window.location.href
```

## Responsinator
```
javascript:location.href='http://www.responsinator.com/?url='+window.location.href
```

## Structured Data Testing Tool
```
javascript:location.href='https://search.google.com/structured-data/testing-tool#url='+window.location.href
```

## Wayback Machine
```
javascript:location.href='http://web.archive.org/web/*/'+window.location.href
```
## License
[MIT](https://github.com/taylorbryant/bookmarklets/blob/master/LICENSE.md)