Skip to content

Instantly share code, notes, and snippets.

View tiagorangel2011's full-sized avatar
:octocat:
tiagorangel.com

Tiago Rangel tiagorangel2011

:octocat:
tiagorangel.com
View GitHub Profile

Keybase proof

I hereby claim:

  • I am tiagorangel2011 on github.
  • I am tiagorangel (https://keybase.io/tiagorangel) on keybase.
  • I have a public key whose fingerprint is E1EB 993E 88A1 2B03 2EB2 7B11 A5E4 3F60 4082 2F70

To claim this, I am signing this object:

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<script src="https://apisource.glitch.me/assets/js/adblock.js"></script>
<script src="https://apisource.glitch.me/assets/js/global.js"></script>
function Uint8Array(t) {
}
function onOpen() {
}
function init() {
}
function getCaptcha() {
}
function setCaptcha(e) {
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tiagorangel2011
tiagorangel2011 / ratings.html
Created September 3, 2021 07:21
File for Tryp article
<!DOCTYPE html>
<html>
<head>
<script src="https://trypaddonserver.glitch.me/files/javascript/v1.js"></script>
<script>
function getvalues() {
var values = trypaddons.comments("get");
var commentor = values.comments;
var rat = values.rating;
alert("Comments: " + commentor + "\nRating:" + rat);
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tiagorangel2011
tiagorangel2011 / logrsetup.html
Last active July 27, 2022 18:54
The logr.js setup
<!-- Default, logs are injected on the page -->
<script src="https://jscdn.glitch.me/cdn/logrjs@web.js" crossorigin="anonymous"></script>
<!-- Logs are only on the console -->
<script src="https://jscdn.glitch.me/cdn/logrjs@console.js" crossorigin="anonymous"></script>