$ openssl genrsa -out private.key 4096openssl req -new -sha256 \| // ==UserScript== | |
| // @id iitc-plugin-hide-chat | |
| // @name IITC plugin: Hide Chat | |
| // @category Tweaks | |
| // @version 0.1.0 | |
| // @description Hides the chat. | |
| // @include https://*.ingress.com/intel* | |
| // @include http://*.ingress.com/intel* | |
| // @match https://*.ingress.com/intel* | |
| // @match http://*.ingress.com/intel* |
| @mixin sequential-opacity-animation-of-tiles { | |
| @for $i from 1 through 10 { | |
| .section-container__tray-item.animated { | |
| &:nth-of-type(#{$i}) { | |
| @for $j from 1 through 50 { | |
| .swiper-slide { | |
| // Delay the animation. Delay increases as items sequence. | |
| &:nth-of-type(#{$j}) { | |
| $animation-delay: ($i * 0.05s) + $j * 0.025s; | |
| animation-delay: $animation-delay; |
| @mixin sequential-opacity-animation-of-tiles { | |
| @for $i from 1 through 10 { | |
| .section-container__tray-item.animated { | |
| &:nth-of-type(#{$i}) { | |
| @for $j from 1 through 50 { | |
| .swiper-slide { | |
| // Delay the animation. Delay increases as items sequence. | |
| &:nth-of-type(#{$j}) { | |
| $animation-delay: ($i * 0.05s) + $j * 0.025s; | |
| $animation-speed: 0.5s; |
| var masterRule = function(el, recurse) { | |
| var rules = []; | |
| var rule = []; | |
| var nodeName, id, classes; | |
| do { | |
| nodeName = el.nodeName.toLowerCase(); | |
| if (nodeName === 'html') { break; } |
| $view = new view(); | |
| $view->name = 'teste_count'; | |
| $view->description = ''; | |
| $view->tag = 'default'; | |
| $view->base_table = 'node'; | |
| $view->human_name = 'Teste count'; | |
| $view->core = 7; | |
| $view->api_version = '3.0'; | |
| $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ |