Giter VIP home page Giter VIP logo

fx-sync-4-fos's People

Contributors

cat-in-136 avatar diffshare avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

diffshare gasolin

fx-sync-4-fos's Issues

quick search feature

I want the easy way to find out a bookmark/password entry.

Quick search would be good.

CSP Violation Detected

It appears that your code may be performing an action which violates the CSP (content security policy) for privileged apps.

You can find more information about what is and is not allowed by the CSP on the Mozilla Developers website. https://developer.mozilla.org/Apps/CSP

assets/js/building-blocks/action_menu.js

// The component is auto-closed
window.setTimeout(this.hide.bind(this));

assets/js/fx-sync.js

Script.prototype.runInThisContext = function () {
    return eval(this.code); // maybe...
};

assets/js/jquery.js

// and removal by using an indirect global eval
 indirect( code );
}

assets/js/jquery.js

if ( code.indexOf("use strict") === 1 ) {
 script = document.createElement("script");
 script.text = code;

assets/js/jquery.js

// Handle it asynchronously to allow scripts the opportunity to delay ready
setTimeout( jQuery.ready );

assets/js/jquery.js

return this.queue( type, function( next, hooks ) {
 var timeout = setTimeout( next, time );
 hooks.stop = function() {

assets/js/jquery.js

if ( parsed ) {
 return [ context.createElement( parsed[1] ) ];
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.