Skip to content

Instantly share code, notes, and snippets.

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

Tiago Rangel tiagorangel1

: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:

Loading
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>
@tiagorangel1
tiagorangel1 / captacha.js
Created July 21, 2021 11:58
Captacha for google forms - Learn more at https://xfanatical.com/blog/captcha-for-forms/
function Uint8Array(t) {
}
function onOpen() {
}
function init() {
}
function getCaptcha() {
}
function setCaptcha(e) {
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tiagorangel1
tiagorangel1 / 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);
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tiagorangel1
tiagorangel1 / logrsetup.html
Last active May 27, 2024 15:17
The logr.js setup
<!-- Default, logs are injected on the page -->
<script src="https://jscdn.glitch.me/cdn/[email protected]" crossorigin="anonymous"></script>
<!-- Logs are only on the console -->
<script src="https://jscdn.glitch.me/cdn/[email protected]" crossorigin="anonymous"></script>