File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
// @include https://bricks.meta.stackexchange.com/*
12
12
// @include https://chat.stackexchange.com/rooms/1741/*
13
13
// @include https://chat.stackexchange.com/rooms/1653/*
14
- // @include https://stackapps.com/*
14
+ // @include https://stackapps.com/questions/2799/ *
15
15
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js
16
16
// @author Kevin Cathcart and @Zhaph
17
- // @version 1.0.8
17
+ // @version 1.0.9
18
18
// @updateURL https://github.com/Zhaph/BrickJax/raw/master/BrickJax.user.js
19
19
// ==/UserScript==
20
20
@@ -151,7 +151,7 @@ var brickJax = (function ($) {
151
151
log ( "Entered getBricksForImage" ) ;
152
152
153
153
GM_xmlhttpRequest ( {
154
- method : "POST " ,
154
+ method : "GET " ,
155
155
url : "https://brickjax.doodle.uk/bricks/Details/" + number + "/" + colour + "/json.js" ,
156
156
dataType : "jsonp" ,
157
157
onload : function ( data ) {
@@ -164,7 +164,7 @@ var brickJax = (function ($) {
164
164
log ( "Entered getBricksForLink" ) ;
165
165
166
166
GM_xmlhttpRequest ( {
167
- method : "POST " ,
167
+ method : "GET " ,
168
168
url : "https://brickjax.doodle.uk/bricks/Details/" + number + "/" + colour + "/json.js" ,
169
169
dataType : "jsonp" ,
170
170
onload : function ( data ) {
You can’t perform that action at this time.
0 commit comments