For example
Your python in C:\python27
// ==UserScript== | |
// @name CustomDYMY | |
// @description Custom your favorite teams for new anime | |
// @namespace FlandreDaisuki | |
// @include https://share.dmhy.org/* | |
// @author FlandreDaisuki | |
// @version 2016.07.16 | |
// @grant none | |
// ==/UserScript== | |
/* jshint esnext: true */ |
■PMX仕様 | |
PMDエディタ0.1.0.1以降及び PMXエディタ にて対応されている PMX形式(2.0以降)のデータフォーマット及び動作仕様です。 | |
■使用条件 | |
規約に関しては PMXエディタ等と共通となります。 | |
管理はこちらで一括して行います。勝手な改変についてはNG(こちらでは一切対応しません) |
import re | |
from os import listdir, mkdir | |
from os.path import isfile, isdir, splitext | |
from shutil import move as mv | |
def move(src, dst): | |
_ = mv(src, dst) | |
def parseBrackets(fname): | |
name, ext = splitext(fname) |
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("dcpc.nctu.edu.tw") { | |
html, body { | |
height: 100%; | |
width: 100%; | |
} | |
body { | |
background-image: url(http://i.imgur.com/JIokEO8.jpg) !important; |
For example
Your python in C:\python27
// ==UserScript== | |
// @name EHShortcut | |
// @namespace FlandreDaisuki | |
// @include http://exhentai.org/* | |
// @include http://g.e-hentai.org/* | |
// @version 2016.03.02 | |
// @grant GM_addStyle | |
// ==/UserScript== | |
GM_addStyle(` |
FROM ubuntu:14.04 | |
RUN apt-get update && \ | |
apt-get install -y \ | |
build-essential \ | |
cmake \ | |
git \ | |
wget \ | |
unzip \ | |
pkg-config \ |
#! /usr/bin/env python3 | |
import subprocess | |
import sys | |
import re | |
cflags = subprocess.getoutput('pkg-config --cflags --libs opencv') | |
# print(cflags) | |
cpp = sys.argv[1] |
#include <iostream> | |
#include <opencv2\opencv.hpp> | |
using namespace std; | |
using namespace cv; | |
int main() | |
{ | |
Mat imageMe = imread("img/a.jpg"); |
// ==UserScript== | |
// @name ExTaglink | |
// @description Add torrent/magnet/pixiv links to tag area | |
// @namespace FlandreDaisuki | |
// @author FlandreDaisuki | |
// @include http://exhentai.org/g/* | |
// @include https://exhentai.org/g/* | |
// @include http://g.e-hentai.org/g/* | |
// @match http://exhentai.org/g/* | |
// @match https://exhentai.org/g/* |