Skip to content

Instantly share code, notes, and snippets.

@marketinview
Last active October 4, 2025 21:00
Show Gist options
  • Select an option

  • Save marketinview/e9a7fa51c0caf3c7ae9d528aee05bb71 to your computer and use it in GitHub Desktop.

Select an option

Save marketinview/e9a7fa51c0caf3c7ae9d528aee05bb71 to your computer and use it in GitHub Desktop.
Qualtrics: Hide Plug. Hide "Powered by Qualtrics" in page footer. Place script in header or footer. #qualtrics #js #jq #hide #plug
<script type="text/javascript">
Qualtrics.SurveyEngine.addOnReady(function() {
jQuery('#Plug').attr('style', 'display:none !important');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment