Remove donate button on monitoring page of JavaMelody - java-melody

I have integrated JavaMelody for monitoring purposes, but after intergration on monitoring page "DONATE" button is being shown which is not suitable for client. now i want to remove. can any body help me Remove donate button on monitoring page of JavaMelody?

JavaMelody is opensource and you don't have paid for it before selling its features to your client.
So I would say that removing the "Donate" button is not ethical.
You and your client should consider to click on the "Donate" button instead of removing it.

Related

Clickwrap not working on Modal (Chrome or Edge)

I noticed an issue that I cannot resolve even after the basic troubleshooting (with Antivirus, Defender, etc..)
I use an Investment Portal and this portal asks me select a fund to invest my money. I choose the fund and a Modal pops up.
I need to enter the amount of $$ I want to invest and they force me to Download the product disclosure so I am aware how the product works. After the download the box "I accept the T&C" should be enabled and then I proceed clicking in the button "INVEST"
If I don't download the document the box cannot be ticked....and I cannot invest.
It was all working fine until a few months ago (cannot remember when) but now, even though I download the document the tick box will not be enabled.
The issue is happening in both Chrome and Edge
I have disabled my Antivirus....same behaviour.
Have disabled Defender on Windows 10....same behaviour.
However....I used the TOR Browser and it DOES WORK.
The problem is NOT with the Investment website as nobody else seems to be having the problem. Also, I used another website (for job application) that uses the same style of Modal and again it will NOT WORK.
So, what could be the problem then ?
Thanks
Marcelo
enter image description here

Azure API Management developer portal - Customise menu and reports

I'm wondering if it is possible to customise the developer portal menu. In a dev environment I don't need to worry about people signing up or logging in so it is possible to remove completely the Authenticated and Anonymous menus?
Also is it possible to customise the reports page and use some reports generated from App Insights queries?
it is possible to remove completely the Authenticated and Anonymous menus?
Yes, you can achieve it. Go to the developer portal, click Anonymous user menu and choose delete navigation item and then press the Save button in the menu at the bottom.
For more details, you could refer to this article to learn how to customize developer portal.

Chrome blocking my paypal button

Installed a paypal button on my landing page but Chrome's seeing a popup and blocking it. Not ideal for people who actually want to pay.
You can reproduce the problem here: https://snapstories.leadpages.co/paypal-button-test/
Any way around this?
Ideally if you want a popup based experience with paypal, you should use the checkout.js javascript integration:
https://developer.paypal.com/demo/checkout/
https://developer.paypal.com/docs/integration/direct/express-checkout/integration-jsv4/add-paypal-button/

Hiding a ribbon button when specific Dynamics CRM Web Resource is in context

Like most of dynamics crm programmers know, we can add "web resources that are not associated with any entity" to the sitemap. If such a customization is made, when user clicks that link, web resource will be opened and the buttons in the application ribbon will be added to the ribbon section of the dynamics crm.
What I am wondering is if there is any way I can hide this global buttons that are in the application ribbon based on the web resource on the page.
Let's say I added more than one web resources to my sitemap, namely a.htm and b.htm. Let's say I have a custom button named x in the application ribbon. Right now x is displayed both for a.htm and b.htm, but in reality I would like to hide the button when user clicks on b.htm from the sitemap.
Is there a way to accomplish that?
You could use the following (unsupported) code to hide the Ribbon button (the 'Run Workflow' button in this example):
var btnRunWorklfow=top.document.getElementById("account|NoRelationship|Form|Mscrm.Form.account.RunWorkflow-Large");
btnRunWorklfow.style.display='none';
You can also use ribbon editor available in codeplex to disable your button based on your javascript.
Refer to: http://crmvisualribbonedit.codeplex.com/
I figured there is no supported way of doing this.

How to remove the Facebook Developer app itself?

I want to remove the developer app from my Facebook account and return to a simple profile. I think its like developer profile currently. and when I click on setting button on the top right corner of the page there are "create and app" and "Manage apps" links which is not available for simple normal accounts.
I also can not rearrange and add my groups to favorites which I think is because of the developer app.
Is there anyone who knows how to remove the developer app?
I searched a lot and there is no remove application option anywhere on developer.facebook.com !!!
please help me.
Go to
https://developers.facebook.com/apps/
Select the app you want to delete, then click edit app then
click on delete app (last option on left pane)
you are done.