File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
3
"name" : " Shadertoy unofficial plugin." ,
4
- "version" : " 0.13.242 " ,
4
+ "version" : " 0.13.243 " ,
5
5
"description" : " Shadertoy.com unofficial plugin." ,
6
6
"homepage_url" : " https://github.com/patuwwy/ShaderToy-Chrome-Plugin" ,
7
7
"background" : {
Original file line number Diff line number Diff line change 1058
1058
LOCALSTORAGE_SHADER_FORK_KEYNAME
1059
1059
) ;
1060
1060
1061
+ window . gIsMyShader = true ;
1061
1062
if ( ! storedShader ) {
1062
1063
return ;
1063
1064
}
1071
1072
gShaderToy . mEffect . DestroyPass ( 0 ) ;
1072
1073
}
1073
1074
1074
- gShaderToy . Load ( JSON . parse ( storedShader ) , true ) ;
1075
+ window . iLoadShader ( [ JSON . parse ( storedShader ) ] ) ;
1076
+
1075
1077
window . localStorage . setItem (
1076
1078
LOCALSTORAGE_SHADER_FORK_KEYNAME ,
1077
1079
''
1078
1080
) ;
1081
+
1079
1082
gShaderToy . mInfo . username = 'None' ;
1080
1083
gShaderToy . mInfo . id = '-1' ;
1081
1084
gShaderToy . mNeedsSave = true ;
You can’t perform that action at this time.
0 commit comments