项目作者: alerithe

项目描述 :
Pin ANY tweet!
高级语言: JavaScript
项目地址: git://github.com/alerithe/anypin.git
创建时间: 2020-03-21T04:50:49Z
项目社区:https://github.com/alerithe/anypin

开源协议:MIT License

下载


pin-it

Pin any tweet to your Twitter profile.

!! DISCLAIMER !!

PROJECT ABANDONED.

I believe that (non-quoted) retweets are now handled differently internally, as trying to use this will return “No status found with that ID.” from the API.

Use as a UserScript

To run from a UserScript extension such as Tampermonkey or Greasemonkey, install pin-it.user.js.

Use as an executable Bookmark

Save the following code block as a bookmark to run it from your Bookmarks toolbar

  1. javascript:(function(){let s=document.createElement('script');s.type='text/javascript';s.src='https://winnpixie.github.io/pin-it/pin-it.user.js';document.head.appendChild(s);})();

Note: This bookmarklet will not always work due to Content Security Policies. My recommendation is javascript: preceding a minified version of pin-it.user.js.