Skip to content

Instantly share code, notes, and snippets.

View aksHITa47's full-sized avatar
📖
exploring

aksHITa47

📖
exploring
View GitHub Profile
@aksHITa47
aksHITa47 / spomment.js
Last active December 2, 2020 19:53
Comment spam a GitHub Gist
// spam the comments of a github gist with spomment.js
// This is inspired by @scriptnull's thirugram.js (https://gist.github.com/scriptnull/7877b404f33de2b7445a)
// open GitHub and browse to the gist you want to comment spam
// open console ( Ctrl + Shift + J )
// execute the code
var message = ""; //text you want to spam the comments with
var interval = 1000 ; // in milliseconds
var count = 10 ; //number of comments to be send
var i = 0 ;