Feature/allow control of other scripts (#1)#13
Open
tairli wants to merge 5 commits intomirceapiturca:masterfrom
Open
Feature/allow control of other scripts (#1)#13tairli wants to merge 5 commits intomirceapiturca:masterfrom
tairli wants to merge 5 commits intomirceapiturca:masterfrom
Conversation
* Allow control of non-ScriptTag scripts * Added display of non-Apps scripts
Owner
|
@tairli I like the idea! |
|
any news? |
|
Hey @tairli, does this change include scripts injected by app embeds? |
Author
|
The initial concept allows you to block/delay scripts on your page which are loaded by JS. |
|
Thank you @tairli, got it. |
|
I added your additions to my code but so far have had no luck blocking any scripts. This is likely just the nature of how they are injected into the html. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a checkbox to ignore whether the block URL is present in content_for_header.
This will allow delayed loading of non-scriptTag scripts.
For example, some URL loaded by App, or by another script, like Google Tag manager.