Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- #Função: Decodificação e reversão de url.
- #Créditos: Desconhecido
- #Adaptação: SuYaNw
- */
- fuction Decodification(url)
- {
- var f= decode64(url);f= f.split('').reverse().join('');
- return f;
- }
Advertisement
Add Comment
Please, Sign In to add comment