@@ -12,31 +12,30 @@ window.location.search.replace(/([^?=&]+)(=([^&]*))?/g, function($0, $1, $2, $3)
12
12
var username = Scratch . INIT_DATA . LOGGED_IN_USER . model ? Scratch . INIT_DATA . LOGGED_IN_USER . model . username : null ;
13
13
14
14
var extPresets = {
15
- 'Mesh' : { url : 'https://raw.githubusercontent .com/bobbybee/mesh-2.0/master/ext.js' , author : 'bobbybee' } ,
15
+ 'Mesh' : { url : 'https://cdn.rawgit .com/bobbybee/mesh-2.0/master/ext.js' , author : 'bobbybee' } ,
16
16
'Scratch Cloud' : { url : 'https://dl.dropboxusercontent.com/u/6274273/web/scratchcloud/icon.js' , author : 'MathWizz' } ,
17
- 'Image Stuff' : { url : 'http://scratch.cf/extensions/imagestuff.js' , author : 'djdolphin' } ,
17
+ // 'Image Stuff': {url: 'http://scratch.cf/extensions/imagestuff.js', author: 'djdolphin'},
18
18
'Cool helpful things extension' : { url : 'http://textuploader.com/07bg/raw' , author : 'PullJosh' } ,
19
19
'More Math' : { url : 'http://savakamyimages00000.weebly.com/uploads/6/4/5/3/6453739/more_math.js' , author : 'savaka' } ,
20
- 'Debugging' : { url : 'http://savakamyimages00000.weebly.com/uploads/6/4/5/3/6453739/javascript_dialogs.js' , author : 'savaka' } ,
21
20
'Javascript Dialogs' : { url : 'http://savakamyimages00000.weebly.com/uploads/6/4/5/3/6453739/javascript_dialogs.js' , author : 'savaka' } ,
22
21
'Link Opener' : { url : 'http://savakamyimages00000.weebly.com/uploads/6/4/5/3/6453739/link_opener.js' , author : 'savaka' } ,
23
- 'littleBits' : { url : 'https://raw.githubusercontent .com/khanning/scratch-littlebits-extension/master/littlebits_extension.js' , author : 'khanning' } ,
24
- 'Data Blocks' : { url : 'https://raw.githubusercontent.com/Thepuzzlegame/My-Scratch-Extensions/master/data_extension.js' , author : 'Thepuzzlegame' } ,
25
- 'Infinity Reporter' : { url : 'https://raw.githubusercontent.com/Thepuzzlegame/My-Scratch-Extensions/master/infinity_reporter.js' , author : 'Thepuzzlegame' } ,
26
- 'Extension Loader' : { url : 'https://raw.githubusercontent.com/Thepuzzlegame/My-Scratch-Extensions/master/extension_loader.js' , author : 'Thepuzzlegame' } ,
27
- 'Alarm extension' : { url : 'https://raw.githubusercontent .com/LLK/scratch-extension-docs/master/alarm_extension.js' , author : 'sdg1' } ,
28
- 'Browser Stuff' : { url : 'https://raw.githubusercontent .com/LLK/scratch-extension-docs/master/browser_extension.js' , author : 'grokblah' } ,
29
- 'Joystick' : { url : 'https://raw.githubusercontent .com/LLK/scratch-extension-docs/master/joystickExtension.js' , author : 'sdg1' } ,
30
- 'Local Storage' : { url : 'https://raw.githubusercontent .com/LLK/scratch-extension-docs/master/localstorage_extension.js' , author : 'sdg1' } ,
31
- 'PicoBoard' : { url : 'https://raw.githubusercontent .com/LLK/scratch-extension-docs/master/picoExtension.js' , author : 'grokblah' } ,
22
+ 'littleBits' : { url : 'https://cdn.rawgit .com/khanning/scratch-littlebits-extension/master/littlebits_extension.js' , author : 'khanning' } ,
23
+ // 'Data Blocks': {url: 'https://raw.githubusercontent.com/Thepuzzlegame/My-Scratch-Extensions/master/data_extension.js', author: 'Thepuzzlegame'},
24
+ // 'Infinity Reporter': {url: 'https://raw.githubusercontent.com/Thepuzzlegame/My-Scratch-Extensions/master/infinity_reporter.js', author: 'Thepuzzlegame'},
25
+ // 'Extension Loader': {url: 'https://raw.githubusercontent.com/Thepuzzlegame/My-Scratch-Extensions/master/extension_loader.js', author: 'Thepuzzlegame'},
26
+ 'Alarm extension' : { url : 'https://cdn.rawgit .com/LLK/scratch-extension-docs/master/alarm_extension.js' , author : 'sdg1' } ,
27
+ 'Browser Stuff' : { url : 'https://cdn.rawgit .com/LLK/scratch-extension-docs/master/browser_extension.js' , author : 'grokblah' } ,
28
+ 'Joystick' : { url : 'https://cdn.rawgit .com/LLK/scratch-extension-docs/master/joystickExtension.js' , author : 'sdg1' } ,
29
+ 'Local Storage' : { url : 'https://cdn.rawgit .com/LLK/scratch-extension-docs/master/localstorage_extension.js' , author : 'sdg1' } ,
30
+ 'PicoBoard' : { url : 'https://cdn.rawgit .com/LLK/scratch-extension-docs/master/picoExtension.js' , author : 'grokblah' } ,
32
31
'PicoBoard Fixed' : { url : 'http://www.picaxe.com/downloads/scratch/scraxepicoextension.js' , 'author' : 'SCRAXE' } ,
33
- 'Power Extension' : { url : 'https://raw.githubusercontent .com/LLK/scratch-extension-docs/master/power_extension.js' , author : 'sdg1' } ,
34
- 'Random wait extension' : { url : 'https://raw.githubusercontent .com/LLK/scratch-extension-docs/master/random_wait_extension.js' , author : 'sdg1' } ,
35
- 'Speech to Text' : { url : 'https://raw.githubusercontent .com/LLK/scratch-extension-docs/master/speech_to_text_extension.js' , author : 'sdg1' } ,
36
- 'Text to Speech' : { url : 'https://raw.githubusercontent .com/LLK/scratch-extension-docs/master/text_to_speech_extension.js' , author : 'sdg1' } ,
37
- 'Text to Speech Simple' : { url : 'https://raw.githubusercontent .com/LLK/scratch-extension-docs/master/text_to_speech_simple_extension.js' , author : 'sdg1' } ,
38
- 'Weather Extension' : { url : 'https://raw.githubusercontent .com/LLK/scratch-extension-docs/master/weather_extension.js' , author : 'sdg1' } ,
39
- 'ScratchExt' : { url : 'http://stefanbates.com/library/import .js' , author : 'GrannyCookies, Yoda3D, Thistleeverfreen' }
32
+ 'Power Extension' : { url : 'https://cdn.rawgit .com/LLK/scratch-extension-docs/master/power_extension.js' , author : 'sdg1' } ,
33
+ 'Random wait extension' : { url : 'https://cdn.rawgit .com/LLK/scratch-extension-docs/master/random_wait_extension.js' , author : 'sdg1' } ,
34
+ 'Speech to Text' : { url : 'https://cdn.rawgit .com/LLK/scratch-extension-docs/master/speech_to_text_extension.js' , author : 'sdg1' } ,
35
+ 'Text to Speech' : { url : 'https://cdn.rawgit .com/LLK/scratch-extension-docs/master/text_to_speech_extension.js' , author : 'sdg1' } ,
36
+ 'Text to Speech Simple' : { url : 'https://cdn.rawgit .com/LLK/scratch-extension-docs/master/text_to_speech_simple_extension.js' , author : 'sdg1' } ,
37
+ 'Weather Extension' : { url : 'https://cdn.rawgit .com/LLK/scratch-extension-docs/master/weather_extension.js' , author : 'sdg1' } ,
38
+ 'ScratchExt' : { url : 'http://stefanbates.com/library/install .js' , author : 'GrannyCookies, Yoda3D, Thistleeverfreen' }
40
39
} ;
41
40
//Thanks, Thepuzzlegame!
42
41
0 commit comments