Skip to content

Instantly share code, notes, and snippets.

View xbdmHQ's full-sized avatar
🖥️
Working

xbdm xbdmHQ

🖥️
Working
View GitHub Profile
@xl5866476
xl5866476 / rarbg-magnet-batch-copy.js
Last active August 5, 2023 19:38
user script for rarbg, batch copy magnet links
// ==UserScript==
// @name rarbg-magnet-batch-copy
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Display checkboxes and magnet icons on rarbg search result page, you can batch copy magnet links.
// @author Xavier Lee
// @match *://rarbg.to/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=rarbg.to
// @grant none
// ==/UserScript==
@dunderrrrrr
dunderrrrrr / GeoIP Block NGINX Ubuntu 20.04.md
Created April 19, 2021 08:28
Allow or block GeoIP in Nginx on Ubuntu 20.04

GeoIP Block NGINX Ubuntu 20.04

Block or filter IPs based on location in Nginx (tested on 1.18.0) on Ubuntu 20.04.

Install Nginx modules

To make use of the geographical filtering, we must first install the Nginx GeoIP module as well as the GeoIP database containing the mappings between visitors’ IP addresses and their respective countries. To do so, let’s execute:

$ sudo apt install libnginx-mod-http-geoip geoip-database
@FFY00
FFY00 / tracker-list.txt
Last active June 12, 2024 10:35
Torrent Trackers
http://104.28.1.30:8080/announce
http://104.28.16.69/announce
http://107.150.14.110:6969/announce
http://109.121.134.121:1337/announce
http://114.55.113.60:6969/announce
@Jimmy-Z
Jimmy-Z / rarbg.meta.js
Last active August 5, 2023 19:39
darken certain results on rarbg
// ==UserScript==
// @name rarbg
// @namespace https://github.com/Jimmy-Z/
// @version 0.2.0
// @description rarbg helper (for Movies/x264/1080 and TV HD Episodes)
// @author JimmyZ
// @match *://rarbg.to/torrent*
// @match *://proxyrarbg.org/torrent*
// @grant none
// @updateUrl https://gist.github.com/Jimmy-Z/f24d5a061ba0f7ad45641fd7ee53d819/raw/rarbg.meta.js