Skip to content

Instantly share code, notes, and snippets.

View RicardoQLG's full-sized avatar

Ricardo Godoy RicardoQLG

View GitHub Profile
// ==UserScript==
// @name Twitch Reward Getter
// @namespace http://tampermonkey.net/
// @version 0.1
// @description More points!
// @author Ricardo Godoy
// @match https://www.twitch.tv/*
// @grant none
// ==/UserScript==
@RicardoQLG
RicardoQLG / Example.js
Created August 8, 2019 19:59
Unbounce simple slider
// Plugin optins
const options = {
// List of all images
imageList: [
'https://gamepedia.cursecdn.com/mtgsalvation_gamepedia/a/ae/Hanna1.jpg?version=4150ab7e8734543dd2b71cda0f41d01e',
'https://gamepedia.cursecdn.com/mtgsalvation_gamepedia/thumb/e/e1/Akroma.jpg/250px-Akroma.jpg?version=970aed6c968a817874b3b36e7ca0d210',
'https://www-static-blogs.operacdn.com/wp-content/uploads/sites/7/2015/12/Vimoe.jpg',
],
// Tag for next button element
nextButton: '.next',
(function ($) {
$.scroller = function () {
let $scroll = $('[data-scroll]');
$scroll.attr('href', 'javascript:void(0);');
scrollLoad();
if ( ! $scroll.length) return;