Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MAKIO135/OneTab2Pocket
Bookmarklet sending OneTab links to Pocket
https://github.com/MAKIO135/OneTab2Pocket
Last synced: 12 days ago
JSON representation
Bookmarklet sending OneTab links to Pocket
- Host: GitHub
- URL: https://github.com/MAKIO135/OneTab2Pocket
- Owner: MAKIO135
- Created: 2013-09-05T10:55:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-05T11:15:03.000Z (about 11 years ago)
- Last Synced: 2024-08-01T16:52:35.479Z (3 months ago)
- Size: 113 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OneTab2Pocket
=============Bookmarklet sending [OneTab](http://www.one-tab.com/) links to [Pocket](http://getpocket.com/).
#Notes#
Make sure you're logged into Pocket before using.
It seems Chrome doesn't allow using bookmarklet on extensions tabs so:
__Once you've used OneTab, click on the "Share all as web page" link (top right of the tab created by the extension) and on the "http://www.one-tab.com/page/..." use the bookmarklet.__
To install the bookmarklet select the following line of code, drag'n drop it to your favorites and rename it "OneTab2Pocket":
```javascript
javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('src','http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js');document.body.appendChild(e);var f=document.createElement('script');f.setAttribute('type','text/javascript');f.setAttribute('src','https://raw.github.com/MAKIO135/OneTab2Pocket/master/oneTab2Pocket.js');document.body.appendChild(f)})())
```