- Requerimientos
- Introducci贸n
- Ingenier铆a de requerimientos
- Introducci贸n
- Estudio de viabilidad
- Obtenci贸n y an谩lisis de requerimientos
- Especificaci贸n de requerimientos
- Validaci贸n de requerimientos
Ever wanted to delete all your likes/favorites from Twitter but only found broken/expensive tools? You are in the right place.
- Go to: https://twitter.com/{username}/likes
- Open the console and run the following JavaScript code:
setInterval(() => {
for (const d of document.querySelectorAll('div[data-testid="unlike"]')) {
d.click()
}