Skip to content

Commit

Permalink
Update s.js
Browse files Browse the repository at this point in the history
  • Loading branch information
1shin-7 authored Oct 29, 2021
1 parent 979c406 commit fffefbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
function s(c){return c.replace(/(^\s*)|(\s*$)/g, "")};prompt("Cookie:", s(document.cookie.split(';').filter(function(i){return ["account_id", "cookie_token", "mi18nLang"].indexOf(s(i.split("=")[0])) != -1;}).join(";")))
function s(c){return c.replace(/(^\s*)|(\s*$)/g, "")};prompt("Cookie:", s(document.cookie.split(';').filter(function(i){return ["account_id", "cookie_token"].indexOf(s(i.split("=")[0])) != -1;}).join(";")))

0 comments on commit fffefbd

Please sign in to comment.