<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Disable automatic extension block on Opera GX]]></title><description><![CDATA[<p dir="auto">How do I turn off automatic disabling of extensions in Opera GX? Opera GX always disables Tampermonkey.</p>
]]></description><link>https://forums.opera.com/topic/65410/disable-automatic-extension-block-on-opera-gx</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 02:53:03 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/65410.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 17 Aug 2023 17:46:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Disable automatic extension block on Opera GX on Sun, 05 Nov 2023 05:23:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/586924">@dc3609</a> it can't be disabled without modifying opera source code, but you can re-enable extension and keep it on until next reboot (idk, maybe longer), just replace "blacklist":true to "blacklist":false and "blacklist_state":1 to "blacklist_state":0 in Preferences, Secure Preferences and their .backup versions<br />
if you on linux, you can use this shell script to do it automatically (run it before opera start or put it on autorun)</p>
<pre><code>cd ~/.config/opera/Default
for file in Preferences Preferences.backup Secure\ Preferences Secure\ Preferences.backup;
do
    sed -i s/\"blacklist\":true/\"blacklist\":false/g "$file"
    sed -i s/\"blacklist_state\":1/\"blacklist_state\":0/g "$file"
done
</code></pre>
<p dir="auto">and all this problems bcs some idiots put tampermonkey in their ad virus <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f926-2642.png?v=f58hvca1lju" class="not-responsive emoji emoji-emoji-one emoji--man_facepalming" title=":man_facepalming:" alt="🤦♂" /></p>
]]></description><link>https://forums.opera.com/post/332554</link><guid isPermaLink="true">https://forums.opera.com/post/332554</guid><dc:creator><![CDATA[WillCipher]]></dc:creator><pubDate>Sun, 05 Nov 2023 05:23:29 GMT</pubDate></item><item><title><![CDATA[Reply to Disable automatic extension block on Opera GX on Sat, 19 Aug 2023 10:34:06 GMT]]></title><description><![CDATA[<p dir="auto">and who needs it and why can't you turn it off.</p>
]]></description><link>https://forums.opera.com/post/323262</link><guid isPermaLink="true">https://forums.opera.com/post/323262</guid><dc:creator><![CDATA[DC3609]]></dc:creator><pubDate>Sat, 19 Aug 2023 10:34:06 GMT</pubDate></item><item><title><![CDATA[Reply to Disable automatic extension block on Opera GX on Sat, 19 Aug 2023 00:01:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/586924">@dc3609</a> It's a security thing, and there never will be options for everything.</p>
<p dir="auto">Anyway, you can always suggest creating a way to disable it.</p>
]]></description><link>https://forums.opera.com/post/323240</link><guid isPermaLink="true">https://forums.opera.com/post/323240</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Sat, 19 Aug 2023 00:01:15 GMT</pubDate></item><item><title><![CDATA[Reply to Disable automatic extension block on Opera GX on Fri, 18 Aug 2023 22:21:17 GMT]]></title><description><![CDATA[<p dir="auto">and why. how did the dev come up with the idea of ​​leaving this option out?</p>
]]></description><link>https://forums.opera.com/post/323232</link><guid isPermaLink="true">https://forums.opera.com/post/323232</guid><dc:creator><![CDATA[DC3609]]></dc:creator><pubDate>Fri, 18 Aug 2023 22:21:17 GMT</pubDate></item><item><title><![CDATA[Reply to Disable automatic extension block on Opera GX on Fri, 18 Aug 2023 16:42:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/586924">@dc3609</a> Because there's no option to disable it.</p>
]]></description><link>https://forums.opera.com/post/323189</link><guid isPermaLink="true">https://forums.opera.com/post/323189</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Fri, 18 Aug 2023 16:42:33 GMT</pubDate></item><item><title><![CDATA[Reply to Disable automatic extension block on Opera GX on Fri, 18 Aug 2023 12:24:56 GMT]]></title><description><![CDATA[<p dir="auto">And why, the browser is installed on my pc and therefore does not need to decide independently what it blocks.</p>
]]></description><link>https://forums.opera.com/post/323180</link><guid isPermaLink="true">https://forums.opera.com/post/323180</guid><dc:creator><![CDATA[DC3609]]></dc:creator><pubDate>Fri, 18 Aug 2023 12:24:56 GMT</pubDate></item><item><title><![CDATA[Reply to Disable automatic extension block on Opera GX on Thu, 17 Aug 2023 23:02:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/586924">@dc3609</a> You don't.</p>
]]></description><link>https://forums.opera.com/post/323132</link><guid isPermaLink="true">https://forums.opera.com/post/323132</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Thu, 17 Aug 2023 23:02:45 GMT</pubDate></item></channel></rss>