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

https://github.com/Priyank-Vaghela/Awesome-Bookmarklets

A curated collection of awesome bookmarklets! 🚀
https://github.com/Priyank-Vaghela/Awesome-Bookmarklets

List: Awesome-Bookmarklets

automation bookmarklet chrome

Last synced: 5 months ago
JSON representation

A curated collection of awesome bookmarklets! 🚀

Awesome Lists containing this project

README

        

# List of Awesome Bookmarklets :rocket: [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/Priyank-Vaghela/Awesome-Bookmarklets)

> How to use?
1. Copy the code.
2. From the Bookmark bar _**Right click, add page & Paste the code.**_ Add title (Optional)
3. Done! :tada:

# 1-Click Tools

- ## Instant Web Proxy (Google Translate)
```javascript
javascript:void(open('https://translate.google.co.in/translate?hl=en&sl=sq&tl=en&u='+location.href));
```

- ## 1-Click Video Downloader
```javascript
javascript:void(open('https://tbvd.herokuapp.com/redirect?url='+encodeURIComponent(location.href)));
```

- ## 1-Click Audio Downloader
```javascript
javascript:void(open('https://tbvd.herokuapp.com/video?url='+encodeURIComponent(location.href)+'&audio=on'));
```

- ## 1-Click PDF Downloader
```javascript
javascript:void(open('https://v2.convertapi.com/web/to/pdf?download=attachment&secret=5LIWRmsz4uKJCITZ&url='+encodeURIComponent(location.href)));
```

- ## 1-Click Photo Downloader
```javascript
javascript:void(open('https://v2.convertapi.com/url/to/jpg?download=attachment&secret=5LIWRmsz4uKJCITZ&url='+encodeURIComponent(location.href)));
```
- ## 1-Click Article Reader Mode
```javascript
javascript:(function(){readConvertLinksToFootnotes=false;readStyle='style-apertura';readSize='size-large';readMargin='margin-wide';_readability_script=document.createElement('script');_readability_script.type='text/javascript';_readability_script.src='https://ejucovy.github.io/readability/js/readability.js?x='+(Math.random());document.documentElement.appendChild(_readability_script);_readability_css=document.createElement('link');_readability_css.rel='stylesheet';_readability_css.href='https://ejucovy.github.io/readability/css/readability.css?1';_readability_css.type='text/css';_readability_css.media='all';document.documentElement.appendChild(_readability_css);_readability_print_css=document.createElement('link');_readability_print_css.rel='stylesheet';_readability_print_css.href='https://ejucovy.github.io/readability/css/readability-print.css';_readability_print_css.media='print';_readability_print_css.type='text/css';document.getElementsByTagName('head')[0].appendChild(_readability_print_css);})();
```
- ## 1-Click Word Lookup & Instant Dictionary
```javascript
javascript:(()=>{(()=>{var t=document.createElement("link");t.setAttribute("rel","stylesheet"),t.setAttribute("href","https://projects.theartoftechllc.com/mashups/bookmarklet/css/bookmarklet.css"),document.getElementsByTagName("head")[0].appendChild(t);var n=document.getElementsByTagName("body")[0],i=document.createElement("div");i.classList.add("def-div"),n.insertBefore(i,n.firstChild);var a=document.createElement("label");a.classList.add("def-label"),i.appendChild(a);var s=document.createElement("span");s.classList.add("def-span"),s.innerText="Definitions",a.appendChild(s);var o=document.createElement("input");o.setAttribute("type","checkbox"),o.classList.add("def-input"),a.appendChild(o);var l,r=document.createElement("span");r.setAttribute("id","def-help"),r.classList.add("hidden","def-help"),r.innerText="Hover over a word to highlight, then click/tap to show definition tooltip.",a.appendChild(r);var d=document.getElementsByTagName("p"),c=[];function p(){this.style.backgroundColor="yellow"}function h(){this.style.backgroundColor="transparent",this.classList.remove("def-tooltip")}function f(t){t.target,e(t.target.innerText)}var u=function(e){var t=e.split(" "),n="";return t.forEach((function(e){e.includes(",")?(n+=`${e.split(",")[0]},`,n+=`${e.split(",")[1]} `):-1!==e.indexOf(/\xC2\xA0\s/)?(n+=`${e.split(" ")[0]},`,n+=`${e.split(" ")[1]} `):n+=`${e} `})),console.log("AddSpans ",n),n};o.onchange=function(){if(o.checked){r.classList.remove("hidden");for(var e=0;eweb instead.`,i=document.getElementById("def-help");i.innerHTML="",fetch(`https://api.dictionaryapi.dev/api/v2/entries/en/${e}`).then((e=>{if(e.status>=200&&e.status<=299)return e.json();throw new Error(n)})).then((e=>{var a="";if(e[0]){var s=e[0].word,o=e[0].meanings[0].partOfSpeech?e[0].meanings[0].partOfSpeech:"",l=e[0].phonetics.length&&e[0].phonetics[0].text?e[0].phonetics[0].text:"",r="";l.length&&(a=` (${l})`),e[0].phonetics.length&&e[0].phonetics.forEach((e=>{if(void 0!==e.audio&&e.audio.length)return r=`file_type_audio`}));var d=e[0].meanings[0].definitions[0].definition?e[0].meanings[0].definitions[0].definition:"";console.log(`${s.toUpperCase()}${r} - ${o}${a}: ${d}`),t.classList.remove("def-tooltip-not-found"),i.innerHTML=`${s.toUpperCase()}${r} - ${o}${a}: ${d}`}else t.classList.add("def-tooltip-not-found"),i.innerHTML=n})).catch((e=>{t.classList.add("def-tooltip-not-found"),i.innerHTML=n,console.log(e)}))}})();
```

# **Website**
- ## Website Analyzer (Traffic Statistics & Market Intelligence)
```javascript
javascript:void(open('https://www.similarweb.com/website/'+encodeURIComponent(location.href)));
```

- ## Website Quick Editor
```javascript
javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0
```

- ## Website Time Machine (Wayback Machine)
```javascript
javascript:void(open('https://web.archive.org/web/*/'+decodeURIComponent(location.href)));
```

- ## Website Time Machine #2 (WebCite)
```javascript
javascript:void(open('http://www.webcitation.org/query?url='+decodeURIComponent(location.href)));
```

- ## View Cached Website
```javascript
javascript:void(open('cache:'+decodeURIComponent(location.href)));
```

- ## Similar Website Finder
```javascript
javascript:void(open('https://www.google.com/search?q=related:'+location.href));
```

- ## Website Whois Lookup
```javascript
javascript:void(open('http://whois.domaintools.com/'+encodeURIComponent(location.href)));
```

- ## Website Source Code Viewer
```javascript
javascript:void(open('view-source:'+encodeURIComponent(location.href)));
```

- ## Website Speed Test
```javascript
javascript:void(open('https://developers.google.com/speed/pagespeed/insights/?url='+encodeURIComponent(location.href)));
```

- ## Website Build with (Websites are built with what)
```javascript
javascript:void(open('https://builtwith.com/?'+encodeURIComponent(location.href)));
```

- ## Website Auto CSS Selector Generator
```javascript
javascript:(function(){var s=document.createElement('div');s.innerHTML='Loading...';s.style.color='black';s.style.padding='20px';s.style.position='fixed';s.style.zIndex='9999';s.style.fontSize='3.0em';s.style.border='2px solid black';s.style.right='40px';s.style.top='40px';s.setAttribute('class','selector_gadget_loading');s.style.background='white';document.body.appendChild(s);s=document.createElement('script');s.setAttribute('type','text/javascript');s.setAttribute('src','https://dv0akt2986vzh.cloudfront.net/unstable/lib/selectorgadget.js');document.body.appendChild(s);})();
```

- ## Responsive Website Tester
```javascript
javascript:void(open('http://quirktools.com/screenfly/#u='+location.href+'&w=640&h=480&a=4&s=1'));
```

# **Misc.**
- ## Add to Feedly
```javascript
javascript:void(open('https://feedly.com/i/subscription/feed/'+encodeURIComponent(location.href)));
```

- ## Add to Pocket
```javascript
javascript:(function(){var e=function(t,n,r,i,s){var o=[3139821,1691404,3942330,4280155,4867141,1525736,3824752,3937958,1747379,3644113];var i=i||0,u=0,n=n||[],r=r||0,s=s||0;var a={'a':97,'b':98,'c':99,'d':100,'e':101,'f':102,'g':103,'h':104,'i':105,'j':106,'k':107,'l':108,'m':109,'n':110,'o':111,'p':112,'q':113,'r':114,'s':115,'t':116,'u':117,'v':118,'w':119,'x':120,'y':121,'z':122,'A':65,'B':66,'C':67,'D':68,'E':69,'F':70,'G':71,'H':72,'I':73,'J':74,'K':75,'L':76,'M':77,'N':78,'O':79,'P':80,'Q':81,'R':82,'S':83,'T':84,'U':85,'V':86,'W':87,'X':88,'Y':89,'Z':90,'0':48,'1':49,'2':50,'3':51,'4':52,'5':53,'6':54,'7':55,'8':56,'9':57,'\/':47,':':58,'?':63,'=':61,'-':45,'_':95,'&':38,'$':36,'!':33,'.':46};if(!s||s==0){t=o[0]+t}for(var f=0;f
```

- ## Instant Notepad (Dark)
```
data:text/html;charset=utf-8, Notepad (Nightmode)
```

## License
[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](//creativecommons.org/publicdomain/zero/1.0/)

## Contributers
- @[priyank-vaghela](https://github.com/priyank-vaghela) - Repository Maintainer
- @[john-chase](https://github.com/john-chase) - WordLookup Instant Dictionary