Hijack

Developer

Blue Coast Web

3rd Party (Free)

3 downloads (last 90 days)

Download v1.1

EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

Add-On Type(s)

Extension

Tags

Inject arbitrary Javascript into the ExpressionEngine control panel

Usage

     
  1. Download from github, unzip and move/copy to system/expressionengine/third_party
  2.  
  3. Install from Add-Ons > Extensions
  4.  
  5. Configure in Add-Ons > Extensions > Hijack > Settings

Extension Settings

Javascript content to be injected into every page of the Control Panel

For example, supposing you’d like to hide the URL Title field in the Publish page:

$('form#publishForm div#hold_field_url_title').hide();

Or perhaps you’d like to prevent the ability to delete multiple entries in the Edit Channel Entries page:

$('form#entries_form div.tableSubmit select').find('option[value="delete"]').remove();

Or maybe you’d just like to see yourself in a different light:

$('div#activeUser a.userName').html('Your Eminence');

Wrap Javascript content in jQuery document ready function

The default is Yes, and you probably don’t want to change it.

Download Hijack

EE Support Downloads Add-On Version Release Date
Not Specified Download 1.1 Mar 30, 2014

Hijack Links

Hooks Used

If the add-on is an extension, and ties into ExpressionEngine's core files, it will use ExpressionEngine hooks. We are listing any hooks the add-on uses for developers to have an easier time locating other add-ons that they can reference for their own work.

  1. cp_js_end

This entry was created April 22, 2013, 9:15 am.
This entry was last updated July 30, 2014, 5:32 pm.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

There are no reviews for this add-on yet.

What are you waiting for? Rate it and review it!