Skip to content

Instantly share code, notes, and snippets.

@nanpuyue
Created August 15, 2021 04:18
Embed
What would you like to do?
let url = $request.url;
let body = $request.body;
url = url.replace(/&sim_code=[0-9]+/g,'');
body = body.replace(/&sim_code=[0-9]+/g,'');
$done({url, body});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment