Skip to content

Instantly share code, notes, and snippets.

View bleszerd's full-sized avatar
🚀
Launching a rocket today

Vinícius Resende bleszerd

🚀
Launching a rocket today
View GitHub Profile
@bleszerd
bleszerd / google_photos_cleanner.js
Last active May 6, 2024 20:34
This script contain logic to remove all photos from google photos without any click
const MAIN_LOOP_INTERVAL = 1000
const REMOVE_REMINDER_BAR_TIMEOUT = 100
const SELECT_ALL_VISIBLE_CHECKBOX_TIMEOUT = 350
const CLICK_ON_DELETE_BUTTON_TIMEOUT = 600
const CLICK_ON_MOVE_TO_TRASH_BUTTON_TIMEOUT = 850
const removeReminderBar = () => {
setTimeout(() => {
document.querySelector('c-wiz > div > c-wiz > div > c-wiz > div')?.remove()
document.querySelector('div[style="position: absolute; width: 1038px; height: 248px; transform: translate3d(0px, 88px, 0px);"]')?.remove()
@TroniPM
TroniPM / globoplay-script.js
Last active August 27, 2023 18:56
Remover poluição visual de player web da GLOBOPLAY
["side-panel-live", "header", "media-control-panel__front-layer"].forEach(el => {
try{document.getElementsByClassName(el)[0].style="display:none;";}catch(e){}
})
@bleszerd
bleszerd / IconifiedRoundedButton.kt
Created October 25, 2021 14:22
IconifiedRoundedButton
/**
* @Author: Vinícius "Bleszerd" Resende
* @Contact alive2k@programmer.net
* @Date: 25/10/2021
*/
class RoundedButton @JvmOverloads constructor(
context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0
) : LinearLayout(context, attrs, defStyleAttr) {
@ndbroadbent
ndbroadbent / rn-i18n-locale-identifiers.csv
Last active April 18, 2024 11:43 — forked from JaseHadd/ioslocaleidentifiers.csv
React Native i18n Locale Identifiers
Locale Identifier Description
af Afrikaans
af-NA Afrikaans (Namibia)
af-ZA Afrikaans (South Africa)
agq Aghem
agq-CM Aghem (Cameroon)
ak Akan
ak-GH Akan (Ghana)
am Amharic
am-ET Amharic (Ethiopia)