diff --git a/code.user.js b/code.user.js index 7829b91..3e8430f 100644 --- a/code.user.js +++ b/code.user.js @@ -529,7 +529,7 @@ continue; } - var rgMatches = action.link.match( /GetGooValue\( *'?(?:[%a-z0-9]+)'? *, *'?(?:[%a-z0-9]+)'? *, *'?(?[0-9]+)'?/ ); + var rgMatches = action.link.match( /GetGooValue\( *'%contextid%', *'%assetid%', *'?(?[0-9]+)'?/ ); if (!rgMatches) { continue;