Last active
October 18, 2021 09:23
-
-
Save GoldraK/61b951c98558ab2da1e156b45e1c1a93 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function () { if (location.hostname !== 'elpais.com') { location.href = 'https://elpais.com/'; } if (localStorage) { const serializedArcp = localStorage.getItem('ArcP'); if (serializedArcp && serializedArcp.length > 0) { const arcp = JSON.parse(serializedArcp); arcp.anonymous.rc[Object.keys(arcp.anonymous.rc)[0]].c = -200; localStorage.setItem('ArcP', JSON.stringify(arcp)); location.reload(); } } })(); |
idkg-vibes
commented
Oct 18, 2021
via email
Muchas gracias Luis!!!
…On Mon, 18 Oct 2021 at 11:01, goldrak ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Es como dice @LuisMayo <https://github.com/LuisMayo> gracias por el
arreglo lo pongo arriba.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://gist.github.com/61b951c98558ab2da1e156b45e1c1a93#gistcomment-3930778>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQA76IGM4SRVX7V2ZJTZY7TUHPO7XANCNFSM4QAGKQPQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment