Skip to content

Instantly share code, notes, and snippets.

@DirkyJerky
DirkyJerky / ScrapTF-Raffles.js
Last active February 13, 2024 13:53
Enter all the raffles on http://scrap.tf/raffles
ScrapTF.Raffles.Pagination.LoadNext();
ScrapTF.Raffles.Pagination.LoadNext();
ScrapTF.Raffles.Pagination.LoadNext();
var i = 0;
var list;
setTimeout(function() {
list = document.getElementById("raffles-list").children;
list = [].filter.call(list, function(j) {
if (j.getAttribute("style") == "") {