Missing copy button in new version of Remix - ethereum

I can't see the button to copy the selected ethereum addresses in the new version. why is that?
As you can see the ethereum addresses are masked 0xCA3....
I want to copy them using a button. Like the button that has the previous version. But in the new version the button is missing.
Is there a way to copy the address without browsing the logs?

I can see the buttons on both my firefox and chrome.
Try to upgrade your browser to the latest version.

Related

Facing issue while trying to run Robot framework script in google chrome browser

I am facing a Chrome popup while trying to run Robot Frame work script:
Microsoft Security Essentials wants to restore your Chrome settings to their
original defaults.
This will reset your homepage, new tab page and
search engine, disable your extensions, and unpin all tabs. It will
also clear other temporary and cached data, such as cookies, content
and site data.
In chrome extension, my developer mode is unchecked, whereas it should be checked.
The Robot Framework automation script is just to open the google Chrome browser and load google search page.
I am using Win 7 Home Basic OS.
I have attached screenshots.
It appears that most Chrome support specialists will ask you to run an anti-malware tool to verify that your system is running normally. These can be found by searching on the popup message.
One Reddit user commented that in his case the problem was resolved by altering the Windows registry:
I finally found a fix for this. There is a setting in the registry
that's causing it.
In the registry it's under
HKEY_CKU\CURRENT_USER\Software\Google\Chrome\TriggeredReset
Delete the TriggeredReset key and then close regedit. Fixed.
This is an API for 3rd party programmers who want to create cleaning
tools. But if the tool isn't written properly, the triggered reset
never gets deleted and we have it always asking.

Can't pay $5 to register as a Web Store Developer, because the button is missing

Chrome Version: Version 54.0.2840.99 m (64-bit)
OS: Windows 10
Extensions: None enabled
I want to upload an extension to the web store developer dashboard. Since it will be my first one I have to pay 5 dollars as an entry fee. When I tried the first time I was able to see a button to press that loaded the form in which I put my CC info.
But I had trouble with my cc and I had to try it again later. But now the button is missing from the page and there is nothing I can do to bring it back.
This is a picture that shows a screen shot with the button enabled and what I'm seeing right now.
Link here.
Does anyone here had a similar problem and knows how to deal with it?
It is known bug and being tracked at crbug.com/652178
I doubt whether Google Webstore team have fixed it yet, but as a workaround you can try updating your payment details at https://wallet.google.com , then retry. I got it solved earlier in same steps.
Hope it helps!

Refreshing browser doesn't reflect UI changes because of Manage Versions

I'm new to Google Apps Script. I'm working my way through some simple example code, putting together a very simple UI in the Script Editor. After I add each element, I'd like to be able to refresh the browser view to see the latest update. (I'm publishing the script as a Web App.)
So, I add an element to the Ui via script, save my script, and then refresh the browser window. (I've already saved a version and published the script, so I already have a browser window open with that url.) The update is not reflected after the refresh.
It seems the reason is because I didn't save a new version after making the change. If I save a new version, publish the new version, and THEN refresh, I do see the latest version of the UI.
Saving a new version and re-publishing is a very slow way to review my changes as I make them. Is there some other way to preview Ui changes without having to slog through these steps? I'm not using the GUI Builder, just writing code.
I see the advantage of version management in the bigger picture, but for my situation it makes things quite cumbersome!
I did see a post from June that seemed to ask the same question (How to quickly test saved code in Google Sites?) and there wasn't a solution offered, but I'm not sure if there were other factors in his code that wouldn't apply to me.
Thank you! Carrie
There is a "special" url for that... so you see your changes directly when you save the script.
see screen captures below, it shows up in both screens.

How to show a installation complete message after chrome extension installation

I want to open the chrome extension popup after the extension installation completes automatically for one time only.
I am not sure whether it is implemented using extension popup.
I am having a Browser Action in my extension and i want to open that popup only one time after installation and i don't need any popup to show on click of extension icon(browser Action) later on.
In short i want the functionality of the popup that appears after installing Awesome Screenshot extension automatically for the first time only from the below link.
https://chrome.google.com/webstore/detail/alelhddbbhepgpmgidjdcjakblofbmce
Please suggest me some way to implement this in my extension.

How to clear basic authentication details in chrome

I'm working on a site that uses basic authentication. Using Chrome I've logged in using the basic auth. I now want to remove the basic authentication details from the browser and try a different login.
How do you clear the current basic authentication details when using Chrome?
It seems chrome will always show you the login prompt if you include a username in the url e.g.
http://me#example.com
This is not a real full solution, see Mike's comment below.
You can open an incognito window Ctrl+Shift+n each time you are doing a test. The incognito window will not remember the username and password the last time you entered.
To use this trick, make sure to close all incognito windows. All incognito windows share the same cache. In other words, you cannot open multiple independent incognito windows. If you login in one of them and open another one, those two are related and you will see that the new window remembers the authentication information from the first window.
all you need to do is to type chrome://restart in the address bar and chrome, with all its apps that are running in background, will restart and the Auth password cache will be cleaned.
The authentication is cleared when you exit Chrome.
Note however, that by default Chrome is running apps in the background, so it may not really exit even if you close all Chrome windows. You can either change this behavior under advanced setting, or e.g. under Windows, you can completely exit Chrome by using the Chrome icon in the systray. There should be an icon if Chrome is still running, but maybe you'll find it only in the popup with the hidden icons. The context menu of the Chrome icon has an entry to completely exit Chrome, and you can also change the setting for running apps in the background using that menu.
Open the Chrome menu
Select Settings
Scroll to the bottom
Click Show advanced settings...
Scroll to the bottom
Under System uncheck the box labeled: Continue running background apps when Google Chrome is closed
function logout(url){
var str = url.replace("http://", "http://" + new Date().getTime() + "#");
var xmlhttp;
if (window.XMLHttpRequest) xmlhttp=new XMLHttpRequest();
else xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
xmlhttp.onreadystatechange=function()
{
if (xmlhttp.readyState==4) location.reload();
}
xmlhttp.open("GET",str,true);
xmlhttp.setRequestHeader("Authorization","Basic YXNkc2E6")
xmlhttp.send();
return false;
}
Right click on your Bookmark Bar -> Add Page...
Set the name as Logout Basic Auth
Set the URL as:
javascript: (function() {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState == 4) {
location.reload()
}
};
xmlhttp.open("GET", location.origin, true);
xmlhttp.setRequestHeader("Authorization", "Basic aW52YWxpZDoK");
xmlhttp.send();
return false;
})()
On any webpage you need to logout of Basic Auth, click the bookmark.
This isn't exactly what the question is asking for but in case you accidentally saved basic auth credentials and want to clear them or update them:
https://support.google.com/accounts/answer/6197437
Open Chrome.
At the top right, click More > and then Settings.
At the bottom, click Advanced.
Under "Passwords and forms," click Manage passwords.
Under "Saved Passwords", click Remove on the site you want to clear saved basic auth credentials.
Steps 1-4 can be quickly navigated with this link: chrome://settings/passwords
This worked in Chrome Version 59.0.3071.115
There is no way to do this in Chrome as yet (Chrome 58)
I have found the best solution is to open the url in an Incognito window, which will force you to re-enter the basic authentication credentials.
When you want to change the credentials, close the Incognito window and launch another Incognito window.
Just do
https://newUsername:newPassword#example.com
...to override your old credentials.
I am using Chrome Version 83 and this is how I did it. Before following the steps make sure the tab of the site, whose Auth Details you want to delete is closed.
First, go to Settings >> Privacy and security.
Then click on Site settings option
Then click on View permissions and data stored across sites option
Search for the site whose Auth info you want to delete. In this example, I am using Stack Overflow.
Now click on the site and then click the Clear data button.
Now restart your browser and you will be asked for a fresh login. For restarting you can type chrome://restart in the address bar.
This is a quick trick.
For example you already input basic auth to url https://example.com by user1:password1. To clear it just open new tab then:
Goto: https://any:any#example.com then your password will be removed.
any:any is any string.
As mentioned by #SalCelli, chrome://restart works. However, this relaunches all the tabs.
Another method is to launch in incognito mode as suggested by CEGRD
However, if you could not like to restart & use incognito, on Chrome 86 (Mac), I found that the answer provided by #opsb & Mike only works with the below additional steps.
Enter the wrong username in the url without the resources
eg: if the url is http://mywebsite.com/resources/, it will not work if I enter http://wrong#mywebsite.com/resources/, but will work if I enter only http://wrong#mywebsite.com/
it clears the Basic Auth credentials
prompt for the credentials again
However, entering the valid credentials will not work, as in the background, chrome still send the wrong user as part of the url, even though the url appears right in the address bar When prompted for credentials you would need to Cancel, and click the address bar and reload the page from pressing enter. Now enter the correct password
May be old thread but thought of adding answer to help others.
I had the same issue with Advanced ReST Client App, I'm not able to clear basic authentication from Chrome neither from app. It simply stopped asking for credentials!
However, I managed to make it work by relaunching Chrome using About Google Chrome -> Relaunch.
Once Chrome is relaunched, when I accessed ReST service, it will ask for user name and password using basic authentication popup.
Hope this helps!
A lot of great suggestions here, I'll give the one that I found the most efficient:
Just change your password in the site. The old authentication will became outdated and Chrome will request it again.
Since I had a terminal open, I did a simple script to change the password and in two keypresses it were incremented.
Press the key combination Ctrl+Shift+Delete
You will see popup in chrome
Check the above options and click clear data and you are done.
I'm using Chrome 75. What I've found is that restarting Chrome doesn't work. But restarting Chrome AND opening the developer tools does work. I don't have any explanation why this should be.
In Chrome, on the right-hand side of the URL bar when you are at a password protected URL, you should see a small key symbol. Click the symbol and it will take you directly to the Password Management area where you can remove the entry. That will ensure you receive future prompts or have an opportunity to enter a new password and save it.
If you do not see the key symbol, that same Password Management area can be accessed by going to Chrome -> Settings -> Passwords and forms -> Manage Passwords. Or more simply, this URL – chrome://settings/passwords.
For Chrome 66 I found the relevant option under:
Top right ... menu -> More Tools -> Clear Browsing Data
Click the "Advanced" tab
Check the "Passwords" box (and uncheck others you don't want cleared)
Click "Clear Data"
Using a new Incognito window is probably easier, but for those times you forget and want to clear the saved password, this does the trick without having to restart Chrome (which also works)
For Windows 10: What worked for me was clearing the credentials in the Windows Credentials in the Credential Manager.
I was using LastPass password manager, deleting credentials in LastPass solved the issue.
Weirdest thing, but in my case, I was trying to access a page with basic auth and Chrome was sending invalid credentials without even prompting for it. After I logged out from my LastPass plugin, everything was back to normal. So I think LastPass is starting to support Basic Auth but it's not giving the option of what password to use, it looks like it's just sending a random password for a domain that matches (which is very problematic in my case).
Thought it might help someone.
In my case (Win Chrome v100) it worked when using https://#domain.com to delete the credentials. Verify in the dev tools and querying document.URL.
Chrome uses the same Internet Options as IE.
Try opening your Internet Options and removing the URL from "Trusted Sites." This should regenerate a 401 call for credentials when you restart the browser and visit the URL again.
You may need to remove it from "Intranet Sites" as well.
Things changed a lot since the answer was posted.
Now you will see a small key symbol on the right hand side of the URL bar.
Click the symbol and it will take you directly to the saved password dialog where you can remove the password.
Successfully tested in Chrome 49
You can also do it via the settings page, chrome://chrome/settings
Under The Hood
Advanced Settings
Passwords and Forms
Then click the link Manage saved passwords.
You should be able to clear your credentials from your browser via "Clear Browsing Data..." in chrome://settings/advanced