You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
872 B
21 lines
872 B
5 years ago
|
// ==UserScript==
|
||
|
// @name BantFlags
|
||
|
// @namespace BintFlegs
|
||
|
// @description More flags for r/banter
|
||
|
// @include http*://boards.4chan.org/bant/*
|
||
|
// @include http*://archive.nyafuu.org/bant/*
|
||
|
// @include http*://archived.moe/bant/*
|
||
|
// @include http*://thebarchive.com/bant/*
|
||
|
// @exclude http*://boards.4chan.org/bant/catalog
|
||
|
// @exclude http*://archive.nyafuu.org/bant/statistics/
|
||
|
// @exclude http*://archived.moe/bant/statistics/
|
||
|
// @exclude http*://thebarchive.com/bant/statistics/
|
||
5 years ago
|
// @version 1.0.0
|
||
5 years ago
|
// @grant GM_xmlhttpRequest
|
||
|
// @grant GM_getValue
|
||
|
// @grant GM_setValue
|
||
|
// @run-at document-end
|
||
|
// @icon https://nineball.party/files/flags/actual_flags/0077.png
|
||
|
// @updateURL https://flags.plum.moe/bantflags.meta.js
|
||
|
// @downloadURL https://flags.plum.moe/bantflags.user.js
|
||
|
// ==/UserScript==
|