Skip to content

Instantly share code, notes, and snippets.

View firebotQL's full-sized avatar
Always keep shipping

Viaceslavas Duk firebotQL

Always keep shipping
  • fire_bot
  • Chester
View GitHub Profile
// ==UserScript==
// @name FaceIT match ranks
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Shows elo and level of player in match screen.
// @author Viaceslavas 'fire_bot' Duk
// @match https://beta.faceit.com/en/csgo/room*
// @grant none
// ==/UserScript==
/* jshint -W097 */
@firebotQL
firebotQL / humble-bundle-books-download.js
Created October 26, 2017 20:23
Humble Bundle Books Download Trigger
/** Quick and dirty solution to start downloading books from humble bundle downloads page if you are lazy to click
** buttons yourself
** Created At: 2017-10-26
** Instructions: Open "Developer Tools" in browser and run this code
** below for automatic books download to start
** NOTE: If you want to download PDF or MOBI just replace EPUB string in the code below and run it.
**/
$(".download.small .flexbtn .a").each(function(idx, e) {
if ($(e).text().indexOf("EPUB") > -1) {