This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.temp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// get codepen stats in `/pen/` & `/full/` page | |
/* globals fetch */ | |
javascript: (function () { | |
var dialogId = 'stat-dialog'; | |
var dialog = document.getElementById(dialogId); | |
if (!dialog) { | |
dialog = document.createElement('dialog'); | |
dialog.id = dialogId; | |
dialog.style.position = 'fixed'; |
inspirated from:
- https://www.facebook.com/photo.php?fbid=1147137788629900
- https://www.facebook.com/photo.php?fbid=1148883845121961
original designer: 陳致豪
Codepen - Facebook emoji
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* globals fetch, confirm, prompt, location */ | |
// How to use: | |
// | |
// 0. save the code below into your bookmark as a bookmarklet | |
// 1. go to target repo | |
// 2. click the bookmarklet in your Chrome | |
// 3. open console panel in devtool | |
// 4. enter `copy(githubIssues)` | |
// 5. paste directly in your text editor and save it!! ALL DONE! |