Skip to content

Instantly share code, notes, and snippets.

View rafas's full-sized avatar

Rafa Santos rafas

  • Itapema, SC, Brasil
View GitHub Profile
public void ExemploErrado(){
this.contador = 10;
}
int contador;
public void variaveis(){
int contador;
this.contador = 10;
}
@rafas
rafas / teste.html
Created January 14, 2022 15:20
Aula 2
<script>
alert("Olá mundo!");
</script>
<script>
alert("Olá mundo!");
</script>
alert('carregado ok');
@rafas
rafas / autolike-instagram-tag.js
Last active September 8, 2019 19:10
past this code on the javascript console of page (instagram home feed). the script run autolike on tag page or profiles
/*
created by rafael santos (rafael@widenet.com.br)
https://www.instagram.com/rafadeveloper/
https://twitter.com/rafadeveloper
past this code on the javascript console of page (instagram home feed)
the script run autolike on feed
change var window._autolike_onlyfollow to true for only followed photos
*/
window._autolike_onlyfollow = window._autolike_onlyfollow || false;
@rafas
rafas / autolike-instagram-feed.js
Last active January 8, 2020 21:20
past this code on the javascript console of page (instagram home feed). the script run autolike on your feed
/*
created by rafael santos (rafael@widenet.com.br)
https://www.instagram.com/rafadeveloper/
https://twitter.com/rafadeveloper
past this code on the javascript console of page (instagram home feed)
the script run autolike on feed
use commands to pause and continue.
lstop();
lstart();
the lstop is Like Stop and lstart is Like Start
@rafas
rafas / designer.html
Last active August 29, 2015 14:08
designer
<link rel="import" href="../topeka-elements/topeka-datasource.html">
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-app.html">
<polymer-element name="my-element">
<template>
<style>
:host {