Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
# dec/19/2023 7:56:58 by RouterOS 7.9.2
#
Flags: X - disabled, D - dynamic
# LIST ADDRESS CREATION-TIME
0 bruteforcers 92.255.85.70 jul/01/2022 19:27:20
1 bruteforcers 59.126.139.132 jul/01/2022 19:51:50
2 bruteforcers 92.255.85.69 jul/01/2022 19:55:19
3 bruteforcers 114.69.40.245 jul/01/2022 20:14:03
4 bruteforcers 197.44.131.77 jul/01/2022 20:27:20
5 bruteforcers 49.213.174.188 jul/01/2022 20:27:50
@mingl0280
mingl0280 / BilibiliPlace-Greasemonkey.js
Created August 12, 2017 06:45
Greasemonkey script adding download button to bilibili paint board. You can find the download button at the description area. Please load the pictures first.
// ==UserScript==
// @name bilibili place download
// @namespace BPD
// @include http://live.bilibili.com/pages/1702/*
// @version 1
// @grant none
// ==/UserScript==
var timeoutSeconds = 10;
function bpd() {
#include <string>
#include <sstream>
#include <iterator>
#include <iostream>
using namespace std;
string operator*(string &a, int b)
{
if (b<=0) return "";
if (b==1) return a;
stringstream ss;
@echo off
@echo Generating...
@echo ^<html^> > _index.html
@echo ^<head^> >> _index.html
@echo ^<style^> >> _index.html
@echo img{width:70%%;} >> _index.html
@echo body{text-align:center;} >> _index.html
@echo ^</style^> >> _index.html
@echo ^</head^> >> _index.html