Skip to content

Instantly share code, notes, and snippets.

View ichii731's full-sized avatar
Holiday

Ichii ichii731

Holiday
View GitHub Profile
@ichii731
ichii731 / howtouse.vue
Created March 20, 2022 10:58
setup.vue
<script lang="ts">
import AdDetect from "block-adblock-js";
export default defineComponent({
mounted() {
if (AdDetect.check()) {
alert("Adblock is enabled");
} else {
alert("Adblock is disabled or not installed");
}
// ==UserScript==
// @name スマホ版Oh-o! Meijiシステムのコピー防止解除スクリプト
// @namespace https://twitter.com/ichii731
// @version 0.2
// @description detect copy block on Meiji
// @author ichii731
// @include https://m.oh-o2.meiji.ac.jp/*
// @icon https://www.meiji.ac.jp/wr_common-v2/images/favicon.ico
// @grant none
// @license MIT
@ichii731
ichii731 / odt.xml
Created November 20, 2023 15:34
Word,Excel,PowerPoint以外インストールさせないODTスクリプト
<!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus apps,
Office 365 Business apps, Project Pro for Office 365 and Visio Pro for Office 365.
For detailed information regarding configuration options visit: http://aka.ms/ODT.
To use the configuration file be sure to remove the comments
The following sample allows you to download and install the 64 bit version of the Office 365 ProPlus apps
and Visio Pro for Office 365 directly from the Office CDN using the Current Channel
settings -->
@ichii731
ichii731 / gigafile.js
Created February 27, 2024 19:08
ギガファイル便のファイルを自動DLするUerScript
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 2024-02-26
// @description try to take over the world!
// @author You
// @match https://*.gigafile.nu/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=gigafile.nu
// @grant none
// ==/UserScript==