This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $token ='******PASTE YOUR TOKEN HERE******'; | |
| $count = 100; | |
| /* | |
| Delete old and big files on Slack. | |
| - 10MB over: can be stored up to 3 months |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| OSX ミミカキエディット3 向け テキストファイル 一括置換 JSマクロ | |
| Mi3 ( http://www.mimikaki.net/ ) 専用。Mi2以前は不可。 | |
| mi3 jsリファレンス | |
| https://www.mimikaki.net/mi3/help/ja/JavaScript.htm | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Wireframe rules | |
| // Created by Igor Brejc | |
| // Edited by Rory Fitzpatrick | |
| // Released under the Creative Commons Attribution-ShareAlike 3.0 License (http://creativecommons.org/licenses/by-sa/3.0/) | |
| features | |
| points, areas | |
| bus stop : highway=bus_stop | |
| railway station : railway=station |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @id IITC-neutralized_marker_style | |
| // @name IITC: Neutralized marker style | |
| // @author ozero | |
| // @category Misc | |
| // @version 0.25.1.20190426.01 | |
| // @namespace https://github.com/jonatkins/ingress-intel-total-conversion | |
| // @updateURL none | |
| // @downloadURL none | |
| // @description neutralized marker style |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #### Requires #### | |
| # goslate==1.3.0 | |
| # polib==1.0.5 | |
| #### / #### | |
| import os, sys | |
| import goslate | |
| import argparse | |
| import polib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Ingress Forum auto liking | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.0.1.20190610.00 | |
| // @description よくあるふぁぼ爆、なお多重実行するとそのままトグルされてキャンセルとなる模様 | |
| // @author ozero | |
| // @updateURL https://test.currentdir.com/iitc_plugins/Ingress_Forum_auto_liking.user.js | |
| // @downloadURL https://test.currentdir.com/iitc_plugins/Ingress_Forum_auto_liking.user.js | |
| // @match https://community.ingress.com/*/discussion/* | |
| // @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am ozero on github. | |
| * I am ozero (https://keybase.io/ozero) on keybase. | |
| * I have a public key ASAwQANAbayWZaDnXiBKsOEkGP0ajTlSm08EuuhLFuUlVwo | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| # Reduce filesize of attached image. | |
| - for X or Y axis: 1024px max | |
| - compress into Jpeg on q=90 | |
| ## Usage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Goto Eats Osaka scrape | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2 | |
| // @description 検索だけでマップがないとかクソすぎへん? | |
| // @author You | |
| // @match https://goto-eat.weare.osaka-info.jp/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- /themes/HumHub/views/layouts/head.php --> | |
| <?php if(Yii::$app->user->isGuest){ ?> | |
| <?php if($_SERVER['REQUEST_URI'] == "/dashboard"){ ?> | |
| <meta http-equiv="refresh" content="0;URL=/p/about"> | |
| <?php } ?> | |
| <?php } ?> | |
| <style id="hideSpaceProfileOnMobile"> | |
| @media only screen and (max-width: 480px){ | |
| /* remove space icon */ |