GithubHelp home page GithubHelp logo

bluzi / chrome-extension-execute-on-website Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 11.0 9 KB

Access JS on web pages directly through your Chrome extensions

Home Page: https://www.npmjs.com/package/chrome-extension-execute-on-website

JavaScript 100.00%

chrome-extension-execute-on-website's People

Contributors

bluzi avatar ertugrulk avatar mdfleury avatar onlywicked avatar timopurzner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

chrome-extension-execute-on-website's Issues

Bind events from executed code to extension code

The executed code is running in the browser, while the application code is running in the extension. These scopes are completely different.

Find a way to bind events/variables to allow communication between executed code and the extension.

Remove limitations on how to write the function to execute

line comments and missing semicolons inside the function to execute will break the script, also new lines will convert to

trying to execute this function

function print(){
    // comment
    console.log('text1')
    console.log('text2')
}

will generate this script

<script>(function print(){<br>    // comment<br>    console.log('text1')<br>    console.log('text2')<br>    arr.map(console.log)<br>})();</script>

besides the
tags the whole function is treated as a oneliner so it has all the restrictions applied to onliners.

i'm working on a pr to fix this

Browser Refused to execute inline script

Browser simply refused to execute inline script.

Throws:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-+RZUImEMrvaz53X61qBeQyW2YiBe3H5/bNdUQLs+dfI='), or a nonce ('nonce-...') is required to enable inline execution.

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.