Posts by Roger Windberg • 71 points
14 posts
-
0
votes2
answers68
viewsA: Add values inside XML tags with C#
I managed to solve, follow the C# code I used: using System; using System.Xml; using System.Windows.Forms; using NppScripts; public class Script : NppScript { public override void Run() { string…
-
1
votes2
answers68
viewsQ: Add values inside XML tags with C#
I’m trying to create a C# script for a Plugin in Notepad++, where the goal is to add all the values inside the tags <ValorDesconto>, <ValorCancelamento> and <ValorTotalLiquido> of…
-
-1
votes1
answer64
viewsQ: Remove HTML or body border
I need to remove these edges (which I highlighted in green) that are in my extension. I want there to be nothing there or at least to be transparent so that the box-shadow have effect and stay round…
-
0
votes0
answers36
viewsQ: How to detect changes in an iframe’s innerHTML and run a function with Mutationobserver?
I’m creating an extension for Chrome and I need it to detect (within an iframe) when an object’s innerHTML is changed and performs an action, example: button.click();. How can I create this…
-
-2
votes1
answer35
viewsQ: Why doesn’t the console return anything?
Hello, I’m creating a pro Chrome extension to activate some functions via checkbox. As an example for testing, I put that if the result was true, I would have to show checked in the console.log, the…
-
0
votes0
answers71
viewsQ: Script to click a button inside an iframe?
Good morning! I’m trying to create a pro Chrome extension to click a button each X seconds. The problem is that the part of the page that needs to run the script is inside a iframe and it doesn’t…
-
1
votes1
answer40
viewsQ: Chrome extension code problem
Good afternoon! I’m trying to create an extension to automatically click a one-page button every X seconds. In my case is a working tool called Servicenow, where there are panels with reports in…
-
0
votes1
answer42
viewsQ: How to know the language of the code and compile it?
I would like to know how to compile this code (and in what language it was written)? I found him in a Tibia Forum (Game) where the goal is to make an Automatic Login whenever you open the game. I…
compilationasked Roger Windberg 71 -
0
votes2
answers181
viewsQ: Reduce image along with div
Hello! I am editing a Front of the Website of the company in which I work and I am currently in the part of the navigation menu. Every time I scroll down it "shrinks" but the Company Logo remains…
-
0
votes3
answers101
viewsQ: Function if you change css
Good afternoon! I have a filter on my site that shows certain partners of my company, but whenever I select a filter that has few logos of the partners the Divs are all left. I need a function that…
-
1
votes1
answer53
viewsQ: Why does the text skip to the bottom line?
Hello! I am doing a dynamic email signature and would like to put some "buttons" and etc. I made one with the function of showing the second number of the company, but when clicking on it the text…
-
1
votes1
answer179
viewsQ: Side menu transition with easing
Hello! I want to put an "easing" effect to make more "smooth" the transition from the side menu that collects/expands on my site because when I click on the button to collect it only collects in…
-
0
votes3
answers1262
viewsQ: Hide a div and show another
Good afternoon! I am trying to solve a little problem (I believe to be simple). I made a script to show/hide the Ivs, but I can’t make it so that when I press button 2, it hides the div from button…
-
0
votes1
answer79
viewsQ: How to assign a script to a button?
Good afternoon! I am doing documentation and need a side menu button to show/hide a div. I tried this script here but it only shows/hides "Content 2" and never "Content 1": <script> function…