Skip to content

Instantly share code, notes, and snippets.

@herkulano
herkulano / delete.js
Created June 2, 2017 13:10
Delete all Google+ posts script
// https://plus.google.com/apps/activities/
let intervalID = window.setInterval(function () {
if (document.getElementsByClassName('kKHdKc').length === 0) {
clearInterval(intervalID)
console.log('FIN')
} else {
document
.getElementsByClassName('kKHdKc')[0]
.querySelector('.mUbCce.fKz7Od')
.click()

Keybase proof

I hereby claim:

  • I am herkulano on github.
  • I am herkulano (https://keybase.io/herkulano) on keybase.
  • I have a public key ASBM2QkpZ4FgGaDKQr4_nHytHNbLihKDchGTa8J-KTr_zAo

To claim this, I am signing this object:

@herkulano
herkulano / .stylelintrc
Last active December 21, 2019 20:38
SCSS Styling, Sorting and Linting Rules
{
"extends": "stylelint-config-standard",
"rules": {
"string-quotes": "single",
"selector-type-no-unknown": null
}
}
@herkulano
herkulano / .block
Last active March 24, 2017 19:08
2 Dimensional Histogram
license: apache-2