No.450
Está tudo girando, me ajudem!
____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.451
Foi o próprio administrador fazendo graça ou foram os palhaços que tomaram o recinto e deixaram uma mensagem subliminar de que todos vamos rodar?
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.453
Haha muito engraçado, agora como faz pra voltar ao normal?
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.454
Já tentei de tudo.
Consigo fazer parar de girar, mas fica tudo embaralhado.
KEK.
É o que merecemos, por não sermos manjadores computadoarias.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.455
Já tentei de tudo, mas não deu certo.
Tentei IPs diferentes, tentei mudar algumas opções, mas tudo aparece rodando; já tentei várias boards e todas estavam bugadas, desativei o javascript, tentei cancelar o carregamento da página logo quanto aparece, mas já aparece tudo girando
Porra, estou sem idéias.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.456
Eu sei que no css das páginas estão com uma linha que faz girar.
div {
width: 100px;
height: 100px;
background-color: #0CB1C4;
animation-name: spin;
animation-duration: 5000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
/* transform: rotate(3deg); */
/* transform: rotate(0.3rad);/ */
/* transform: rotate(3grad); */
/* transform: rotate(.03turn); */
}
@keyframes spin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}
Essa merda aí.
Porém, mesmo fazendo parar de girar, os fios ficam todos um em cima do outro, impossibilitando ler. Fica tudo embaralhado.
ESTE AGORA É O FIO OFICIAL DE ANÕES INCLUSOS DISPOSTOS A DESVENDAR A NOVA MÁSCARA/ PIADINHA DE APRILS FOOL!
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.457
>>456
Apaguem tudo isso pelo inspecionar elemento nos dois arquivos .css, style.css e favelav2.css, e depois usem a própria ferramenta de CSS de usuário do chan clicando em Opções e colem o seguinte:
div {
width: auto;
height: auto;
background-color:transparent;
animation-duration:0;
animation-iteration-count:0;
animation-timing-function:ease;
}
Ou simplesmente usem um addon feito Stylus ou Stylish, mas dá pra burlar sem elas.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.458
>>456
Só excluir essa parte, macaco!
div {
width: 100px;
height: 100px;
background-color: #0CB1C4;
animation-name: spin;
animation-duration: 5000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
Se estiver disposto a usar o cérebro e parar de inclusão basta procurar no jewgle algum add-on para bloquear essa linha do css.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.459
>>457
Negro filho de mil putas, me fez instalar esta merda de stilish e não adiantou bosta alguma.
>>458
Deletar onde, segundo negro, acha que todos os anões mexem com esta bosta de javascript em páginas de macacos?
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.460
Não gostei, fique tonto e desmaiei. Me disseram que tive convulsões aqui no trabalho. Malditos.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.463
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.464
>>459
Por que não usa um pouco o resto de cérebro que lhe resta, macaquinho estúpido? Um favelado com 60 de QI consegue quebrar essa merda de máscara de 1° de abril e você mesmo com a faca e o queijo na mão não consegue.
Suicide-se!
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.465
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.466
Ok, mods vagabundos filhos de mil pais.
Como parar de rodar a cada refresh ou a cada aba nova?
div {width: auto;height: auto;background-color:transparent;animation-duration:0;animation-iteration-count:0;animation-timing-function:ease;}
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.467
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.468
umatrix, busquem cal e cimento.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
No.470
Vou ensinar de uma vez.
>baixe a extensão Stylish no seu navegador
>abra-a
>3 pontos verticais
>create a new style
>cole isso:
div {
width: auto;
height: auto;
background-color:transparent;
animation-duration:0;
animation-iteration-count:0;
animation-timing-function:ease;
}
>coloque um nome e salve
>F5
>profit
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.