Skip to content

Instantly share code, notes, and snippets.

View okierie's full-sized avatar

Oki Erie Rinaldi okierie

View GitHub Profile
@okierie
okierie / Safe_RARBG.user.js
Last active October 5, 2017 06:23
Script for greasemonkey / tampermonkey to open rarbg "safe"-ly. The script removes the adult links and contents from the DOM.
// ==UserScript==
// @name safe rarbg
// @namespace saferarbg
// @include http://rarbg.to/torrents.php?category=1;23;24;25;26
// @include http://rarbg.to/torrents.php
// @include http://rarbg.to/*
// @version 1
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js
// ==/UserScript==