topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 6:27 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: How to run userscripts on chrome-extension pages?  (Read 2635 times)

BGM

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 562
    • View Profile
    • bgmCoder DC
    • Read more about this member.
    • Donate to Member
How to run userscripts on chrome-extension pages?
« on: September 06, 2019, 10:29 AM »
Is there any way to run a userscript on a chrome-extension:// url?

I want to make some tweaks to the Feedbro extension, but Tampermonkey won't run on chrome extension pages.

Is there a way to do it?  I don't have to use Tampermonkey.

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,749
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: How to run userscripts on chrome-extension pages?
« Reply #1 on: September 06, 2019, 02:07 PM »
Does this one do the trick?

Violentmonkey provides userscripts support for browsers:
https://violentmonkey.github.io

I have no experience with this, but saw it mentioned recently on the forum. Sorry in advance if it's not helpful. :D

BGM

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 562
    • View Profile
    • bgmCoder DC
    • Read more about this member.
    • Donate to Member
Re: How to run userscripts on chrome-extension pages?
« Reply #2 on: September 06, 2019, 10:59 PM »
No, the problem is that the userscripts, doesn't matter what "monkey" you use, don't support affecting extensions - they say it's a security risk.

So I'm looking for another way short of modifying the extension itself.