File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @list-kr/tinyshield" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
44 "description" : " " ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 88// @downloadURL https://cdn.jsdelivr.net/npm/@list-kr/tinyshield@latest/dist/tinyShield.user.js
99// @license MIT
1010//
11- // @version 1.3.0
11+ // @version 1.3.1
1212// @author PiQuark6046 and contributors
1313//
1414// @match https://ygosu.com/*
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const Win = typeof unsafeWindow !== 'undefined' ? unsafeWindow : window
77const OriginalArrayToString = Win . Array . prototype . toString
88const OriginalStringIncludes = Win . String . prototype . includes
99
10- const ProtectedFunctionStrings = [ 'toString' , 'get' ]
10+ const ProtectedFunctionStrings = [ 'toString' , 'get' , 'set' ]
1111
1212Win . Function . prototype . toString = new Proxy ( Win . Function . prototype . toString , {
1313 // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
You can’t perform that action at this time.
0 commit comments