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
- Host: GitHub
- URL: https://github.com/taylorbryant/bookmarklets
- Owner: taylorbryant
- License: mit
- Created: 2017-09-22T18:05:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T11:18:00.000Z (over 2 years ago)
- Last Synced: 2023-02-27T16:12:21.532Z (over 2 years ago)
- Topics: bookmarklets, css, pagespeed-insights, responsinator, structured-data, wayback-machine
- Language: JavaScript
- Homepage: http://bookmarklets.io
- Size: 4.94 MB
- Stars: 13
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)