Skip to content

Commit 02c0c6b

Browse files
committed
Clean up;
1 parent 85a6ae4 commit 02c0c6b

2 files changed

Lines changed: 17 additions & 26 deletions

File tree

Github_Gist_Dabblet/README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1 @@
1-
# [Github Gist Dabblet](https://github.com/jerone/UserScripts/tree/master/Github_Gist_Dabblet)
2-
3-
[![Install](https://raw.github.com/jerone/UserScripts/master/_resources/Install-button.jpg)](https://github.com/jerone/UserScripts/raw/master/Github_Gist_Dabblet/165244.user.js)
4-
5-
### Description
6-
7-
Share your [GitHub Gist](https://gist.github.com) to [Dabblet](http://dabblet.com).
8-
9-
### Screenshot
10-
11-
-
12-
13-
### Compatible
14-
15-
* [![](https://raw.github.com/jerone/UserScripts/master/_resources/Greasemonkey.png) Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) on [![](https://raw.github.com/jerone/UserScripts/master/_resources/Firefox.png) Mozilla Firefox Desktop](http://www.mozilla.org/en-US/firefox/fx/#desktop).
16-
17-
<sub>Please [notify](https://github.com/jerone/UserScripts/issues/new?title=Userscript%20%3Cname%3E%20%28%3Cversion%3E%29%20also%20works%20in%20%3Cbrowser%3E%20on%20%3Cdesktop/device%3E) when this userscript is successfully tested in another browser...</sub>
18-
19-
### Notes
20-
21-
-
22-
23-
### External links
24-
25-
* [Greasy Fork](https://greasyfork.org/scripts/53)
26-
* [Userscripts.org](http://userscripts.org/scripts/show/165244) (not maintained anymore).
1+
# This script has been replaced in favour of [Github Gist Share](https://github.com/jerone/UserScripts/tree/master/Github_Gist_Share)!

Github_Gist_Share/157850.user.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,22 @@
5757
icon: "https://si0.twimg.com/favicons/favicon.ico"
5858
},
5959
Dabblet: {
60+
/*
61+
* The following urls should be converted to dabblet:
62+
*
63+
* - https://gist.github.com/jerone/3810309
64+
* ¯¯¯¯¯¯¯
65+
* - https://gist.github.com/jerone/3810309/revisions
66+
* ¯¯¯¯¯¯¯
67+
* - https://gist.github.com/jerone/3810309/forks
68+
* ¯¯¯¯¯¯¯
69+
* - https://gist.github.com/jerone/3810309/stars
70+
* ¯¯¯¯¯¯¯
71+
* - https://gist.github.com/jerone/3810309/f2815cc6796ea985f74b8f5f3c717e8de3b12d37
72+
* ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
73+
* - https://gist.github.com/3810309/f2815cc6796ea985f74b8f5f3c717e8de3b12d37
74+
* ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
75+
*/
6076
show: function(url, user, description, files, stars, forks, revisions) {
6177
// already defined in another UserScript: http://userscripts.org/users/31497/scripts
6278
return !document.getElementById("Github_Gist_Dabblet");

0 commit comments

Comments
 (0)