Home>
The Javascript that was available no longer works.
I just want the text to appear in the upper right corner of the search engine results page.
From Chrome's bookmark bar, add the corresponding source to "Add page" → "URL".
Clicking on a bookmark after searching displayed text in the upper right corner of the page.
Error message
Applicable source code
javascript: document.body.contentEditable = 'true';
document.designMode = 'on';
document.getElementById ('rhs_block'). textContent = 'Tetsu';
void 0
Please describe what you tried for the problem here.
Supplemental information (FW/tool version etc.)Please provide more detailed information here.
-
Answer # 1
Related articles
- javascript - about switching the display between desplay: none;and desplay: block;
- javascript - individual retrieval and display from associative arrays
- javascript - i want to display the contents of an associative array and a combination of arrays
- i want to display the value obtained from postgresql with javascript on erb
- javascript - switching image display vuejs
- javascript - i want to display the value entered in the created form in slack with incoming webhooks
- javascript - i want to display the icons at the right end of the same row
- javascript - i can't display the application problem of fizzbuzz well
- javascript - i want to change the display range of the array
- javascript - i want to display leaflet pins in a cluster
- javascript - i want to display vertical navigation on both sides now
- javascript - i want to display google map in the view
- i want to display characters in javascript p tag
- javascript - i want to shift the display of the array
- javascript - enter a number in the text box
- javascript - i want to display pdf from url using react-pdf
- javascript - i want to change the display by selecting the radio button
- i want to make a 〇 × game (tic tac toe) with javascript i want to display 〇 × on the board
- javascript - i want to display a drop-down menu using css and js in html
- to display the url enclosed in with the javascript p tag
Related questions
- javascript : Adding words to the URL
- javascript - if you do a google search while chrome's self-made extension is working, it will be reloaded without permission man
- javascript - panel does not switch
- javascript - how to create a linked url with an anchor without using #
- javascript - i get an error that $is not defined in the script embedded in html
I think javascript is a bookmarklet.
I think that the content that moved before was "I tried to display arbitrary text on the right side of the Google search result position page because it is vacant when advertisements etc. are not displayed".
As before, "When you search for something and the search results page is displayed, open the Inspector (Elements tab) in the Developer Console and check the HTML structure."
Answer:
There is no
div # rhs_block
element.I think it has changed to
div # rhs
.I think it works as before by modifying the bookmarklet (
javascript
registered in the URL field of the bookmark) with reference to this.