benblack86 / linkclump

Google chrome extension that allows you to open multiple links at once.
MIT License
493 stars 115 forks source link

[Request] Add Option to Inject a URL Parameter on Open #229

Closed martyzigman closed 7 months ago

martyzigman commented 10 months ago

The tool is really valuable. I have a site I use daily (an ERP system called NetSuite). The pages that I need to open have two modes: Read Only and Edit Mode. The hyperlinks offered by the page are read-only. But I want to open the pages in Edit mode. The only difference is that Edit mode adds a e=T querystring parameter.

So the thought is to add a new option to the options page. Append URL elements or parameter that would inject &e=T to the URLs that I am opening.

Asking ChatGPT to help make sure this clear, it wrote:

The tool is highly useful for accessing NetSuite, an ERP system I use daily. However, I face a challenge with the page modes. The default hyperlinks provided are for Read Only mode, but I need to access the pages in Edit mode. The key distinction between these modes is that Edit mode requires an additional query string parameter, specifically '&e=T'.

To address this, I propose adding a feature to the options page. This feature would allow for appending URL elements or parameters, enabling the automatic addition of '&e=T' to the URLs I open. This enhancement would streamline the process of accessing pages in Edit mode directly.