Skip to content

Instantly share code, notes, and snippets.

View retvil's full-sized avatar
💭
AKRON SCRAP Moscow — AI Implementation Lead

Alex Myasoedov retvil

💭
AKRON SCRAP Moscow — AI Implementation Lead
  • SDIncorporation
  • Moscow
View GitHub Profile
@retvil
retvil / [IOC] Free Steam (Add Demo and Trailer)
Last active August 29, 2015 14:05
[IOC] Free Steam (Add Demo and Trailer)
(function()
{
if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/?$/ ) === null )
{
alert( 'Please run this on Steam\'s account page details: https://store.steampowered.com/account/' );
return;
}
var freePackages =
[
@retvil
retvil / [IOC] Free Steam (Add Beta)
Last active December 20, 2021 19:09
[IOC] Free Steam (Add Beta)
(function()
{
if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/?$/ ) === null )
{
alert( 'Please run this on Steam\'s account page details: https://store.steampowered.com/account/' );
return;
}
var freePackages =
[
@retvil
retvil / [IOC] Free Steam (Add Game)
Last active March 7, 2020 02:03
[IOC] Free Steam (Add Game)
(function()
{
if( location.href.match( /^https:\/\/store\.steampowered\.com\/account\/?$/ ) === null )
{
alert( 'Please run this on Steam\'s account page details: https://store.steampowered.com/account/' );
return;
}
var freePackages =
[
@retvil
retvil / [IOC] Free Steam (Add Script)
Created August 16, 2014 08:08
[IOC] Free Steam (Add Script)
(function()
{
if( location.hostname !== 'store.steampowered.com' )
{
alert( 'Run this code on the Steam Store!' );
return;
}
else if( typeof jQuery !== 'function' )
{
ShowAlertDialog( '[IOC] Fail', 'This page has no jQuery, try homepage.' );
@retvil
retvil / [IOC] Free Steam (Remove Script)
Created August 16, 2014 08:09
[IOC] Free Steam (Remove Script)
///Workerd on Script: lunboks
///Editor: Nod33Eset
///Tester:
(function () {
var NUKE_REGEX = /\b(?:trailer|teaser|demo|cinematic|pegi|esrb)\b/i;
var PACKAGE_ID_REGEX = /javascript:\s*RemoveFreeLicense\s*\(\s*(\d+)/;
var REMOVE_LICENSE_API = "/account/removelicense";
var RUN_ON_PAGE = "https://store.steampowered.com/account/";
@retvil
retvil / [IOC] Free Steam (Remove Beta)
Created August 16, 2014 08:55
[IOC] Free Steam (Remove Beta)
///Workerd on Script: lunboks
///Editor: Nod33Eset
///Tester:
(function () {
var NUKE_REGEX = /\b(?:trailer|teaser|demo|cinematic|pegi|esrb)\b/i;
var PACKAGE_ID_REGEX = /javascript:\s*RemoveFreeLicense\s*\(\s*(\d+)/;
var REMOVE_LICENSE_API = "/account/removelicense";
var RUN_ON_PAGE = "https://store.steampowered.com/account/";
@retvil
retvil / [IOC] Free Steam (Remove Demo and Trailer)
Created August 16, 2014 08:58
[IOC] Free Steam (Remove Demo and Trailer)
///Workerd on Script: lunboks
///Editor: Nod33Eset
///Tester:
(function () {
var NUKE_REGEX = /\b(?:trailer|teaser|demo|cinematic|pegi|esrb)\b/i;
var PACKAGE_ID_REGEX = /javascript:\s*RemoveFreeLicense\s*\(\s*(\d+)/;
var REMOVE_LICENSE_API = "/account/removelicense";
var RUN_ON_PAGE = "https://store.steampowered.com/account/";
@retvil
retvil / [IOC] Free Steam (Remove DLC)
Last active August 29, 2015 14:05
[IOC] Free Steam (Remove DLC)
///Workerd on Script: lunboks
///Editor: Nod33Eset
///Tester:
(function () {
var NUKE_REGEX = /\b(?:trailer|teaser|demo|cinematic|pegi|esrb)\b/i;
var PACKAGE_ID_REGEX = /javascript:\s*RemoveFreeLicense\s*\(\s*(\d+)/;
var REMOVE_LICENSE_API = "/account/removelicense";
var RUN_ON_PAGE = "https://store.steampowered.com/account/";
@retvil
retvil / [IOC] Free Steam (Remove Game)
Last active August 29, 2015 14:05
[IOC] Free Steam (Remove Game)
///Workerd on Script: lunboks
///Editor: Nod33Eset
///Tester:
(function () {
var NUKE_REGEX = /\b(?:trailer|teaser|demo|cinematic|pegi|esrb)\b/i;
var PACKAGE_ID_REGEX = /javascript:\s*RemoveFreeLicense\s*\(\s*(\d+)/;
var REMOVE_LICENSE_API = "/account/removelicense";
var RUN_ON_PAGE = "https://store.steampowered.com/account/";
@retvil
retvil / [IOC] Free Steam (Remove Modification)
Created August 16, 2014 08:59
[IOC] Free Steam (Remove Modification)
///Workerd on Script: lunboks
///Editor: Nod33Eset
///Tester:
(function () {
var NUKE_REGEX = /\b(?:trailer|teaser|demo|cinematic|pegi|esrb)\b/i;
var PACKAGE_ID_REGEX = /javascript:\s*RemoveFreeLicense\s*\(\s*(\d+)/;
var REMOVE_LICENSE_API = "/account/removelicense";
var RUN_ON_PAGE = "https://store.steampowered.com/account/";