InstaSynchP CSSLoader

Framework plugin to load and unload CSS urls

Terá de instalar uma extensão como Tampermonkey, Greasemonkey ou Violentmonkey para instalar este script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

Terá de instalar uma extensão como Tampermonkey ou Violentmonkey para instalar este script.

Terá de instalar uma extensão como Tampermonkey ou Userscripts para instalar este script.

Terá de instalar uma extensão como Tampermonkey para instalar este script.

Terá de instalar uma extensão de gestão de scripts de utilizador para instalar este script.

(Já tenho um gestor de scripts de utilizador, deixe-me instalá-lo!)

Terá de instalar uma extensão como Stylus para instalar este estilo.

Terá de instalar uma extensão como Stylus para instalar este estilo.

Terá de instalar uma extensão como Stylus para instalar este estilo.

Terá de instalar uma extensão de gestão de estilos de utilizador para instalar este estilo.

Terá de instalar uma extensão de gestão de estilos de utilizador para instalar este estilo.

Terá de instalar uma extensão de gestão de estilos de utilizador para instalar este estilo.

(Já tenho um gestor de estilos de utilizador, deixe-me instalá-lo!)

Autor
Zod-
Instalações diárias
0
Total de instalações
55
Classificações
0 0 0
Versão
1.0.6
Criado
14/10/2014
Atualizado
30/03/2015
Tamanho
3 KB
Licença
MIT
Aplica-se a

InstaSynchP-CSSLoader Build Status

Framework plugin to load and unload CSS urls

Framework

The cssLoader plugin can be used to add and load styles. There can be several styles sharing a <style> so they can replace each other. The id of the styles have to be the same for that. By default the name of the style will be used as the id.

The CSS content will be stored in a hidden setting to reduce loading times.

Plugins can put their styles in an array at plugin.styles where they will be grabbed by the core and added to the cssLoader.

plugins.cssLoader.addStyle

plugins.cssLoader.addStyle({
    'id': 'id'
    'name': 'styleName',
    'url': 'url',
    'autoload': true/false
});

plugins.cssLoader.loadStyle

plugins.cssLoader.loadStyle('styleName');

Events

'CSSLoad[id]': []

Public Variables

  • cssLoader.styles object containing all the styles with their name as keys

License

The MIT License (MIT)

<InstaSynch - Watch Videos with friends.>
Copyright (c) 2014 InstaSynch

<Bibbytube - Modified InstaSynch client code>
Copyright (C) 2014 Zod-

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.