View GithuvAction.yml
name: action | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: install | |
run: npm install | |
- name: build |
View AntiAntiNSFW.js
// ==UserScript== | |
// @name Anti Anti NSFW | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Anti Anti NSFW | |
// @author Loner | |
// @match *://web.okjike.com/* | |
// @grant none | |
// @require https://unpkg.com/nsfwjs@2.3.0/dist/nsfwjs.min.js | |
// @require https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@1.0.0/dist/tf.min.js |