Advertisement
FlyFar

extension/background.js

Aug 19th, 2023
640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.15 KB | Cybersecurity | 0 0
  1. 'use strict'
  2.  
  3. window.chrome.browserAction.onClicked.addListener((activeTab) => {
  4.   window.chrome.tabs.create({ url: 'https://www.netflix.com/' })
  5. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement