Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhanced] Execute "javascript:" URLs by injecting them into the page itself. #3437

Merged
merged 3 commits into from
Dec 9, 2019

Commits on Dec 27, 2018

  1. Execute "javascript:" URLs by injecting them into the page itself.

    Since `chrome.tabs.update()` no longer supports `javascript:` URLs, here
    we inject them into the page itself.
    
    Replaces philc#3167.
    Replaces philc#3209.
    Fixes philc#3178.
    smblott-github committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    af67364 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    7288b6b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. fix my typo

    gdh1995 committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    e7b7c81 View commit details
    Browse the repository at this point in the history