Script greasemonkey auto clickJobs

Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 script greasemonkey auto click jobs fundet, i prisklassen EUR

    ...connection between your Adifier theme and the WordPress database for the recent ads, you can try the following steps: Clear Cache: If you are using a caching plugin or your hosting provides caching services, clear the cache. Sometimes, outdated cached files can prevent new changes from appearing correctly. Re-save Permalinks: Go to your WordPress Admin area, navigate to Settings > Permalinks, and simply click "Save Changes" without making any changes. This can sometimes refresh the WordPress rewrite rules and fix URL-related issues. Check Custom Fields: For the recent ads that are not displaying correctly, edit one of the ads in the WordPress Admin area and ensure that all the necessary custom fields have been filled out correctly. Reinstall Theme: If the issue persi...

    €144 (Avg Bid)
    €144 Gns Bud
    57 bud

    I am looking for a skilled freelancer who can create a script and video explainer for my product/service introduction. Requirements: - The purpose of the video explainer is to introduce my product/service to potential customers. - I do not have an existing script or narrative, but I have a rough idea of what I want to convey. - The video length required is 1 minute. Ideal Skills and Experience: - Strong scriptwriting skills to create a compelling and engaging script. - Experience in creating video explainers for product/service introductions. - Proficiency in video editing and animation software to bring the script to life. - Creativity and ability to turn rough ideas into a visually appealing and informative video. If you have the skills and experience re...

    €123 (Avg Bid)
    €123 Gns Bud
    38 bud

    decode using base 64 project info: Sm9iIERlc2NyaXB0aW9uOgoKSSdtIGxvb2tpbmcgZm9yIGEgcHJvZ3JhbW1lciBmb3IgdGhpcyBwcm9qZWN0LgoKSGVyZSdzIHRoZSBzcGVjczoKCkknbSBub3QgY29uY2VybmVkIHdoYXQgbGFuZ3VhZ2UgdGhlIGZvbGxvd2luZyBwcm9ncmFtIGlzIHdyaXR0ZW4gaW4sIGFzIGxvbmcgYXMgaXQgd29ya3Mgd2VsbC4uLgoKSSBuZWVkIGEgcHJvZ3JhbSB0aGF0IHdpbGwgYXV0b21hdGljYWxseSBjbGljayBhZHNlbnNlIGFkcyBvbiB3ZWJzaXRlcyBzcGVjaWZpZWQgYnkgVVJMUy4gSGVyZSdzIHRoZSB0cmlja3kgcGFydDogVGhpcyBwcm9ncmFtIE1VU1QgaGF2ZSBhIHdheSB0byBjb25zdGFudGx5IGNoYW5nZSBpdCdzIHByb3h5IGFuZCBmb290cHJpbnQgc28gaXQgd2lsbCBub3QgYmUgZGV0ZWN0ZWQgYnkgZ29vZ2xlLiBUbyBtYW55IGFub255bW91cyBwcm94aWVzIG1pZ2h0IGJlIGEgZ2l2ZXdheSwgdGhhdCdzIHdoeSBJIG5lZWQgc29tZW9uZSBrbm93bGVkZWFibGUgd2l0aCBhZHNlbnNlLiBBbHNvIGl0IHdpbGwgdXNlIGRpZmZlcmVudCB1c2VyIGFnZW50IGV2ZXJ5IHRpbWUgYW5kIGRpZmZlcmVud...

    €159 (Avg Bid)
    €159 Gns Bud
    4 bud

    Vi har et gammelt reservationssystem, som i processen skal sende et mail til os og kunden. Systemet er for 100 år siden, lavet i Classic ASP/Jmail men er nu flyttet til ny server uden Jmail, og skal derfor ændre til CDO.

    €28 - €231
    €28 - €231
    0 bud

    Pine script programmer, Pine script programmer.

    €240 (Avg Bid)
    €240 Gns Bud
    6 bud
    Autocad Expert Udløbet left

    AutoCAD 2021 Script Programmer

    €28 (Avg Bid)
    €28 Gns Bud
    4 bud
    Scrape with Node.js Udløbet left

    ...flaws. Script 1 : We need to be able to scrape URL's like these: What we need of info is : * Name of restaurant * Adress * Postalnumber + city * URL So the data retrieved should be delivered in a csv file : "Den Gamle Grillbar og BBQ", "Holsteinsgade 12", "8300 Odder", " " "Marios Pizza", "Melstedvej 17", "2770 Kastrup", "" "Tobclas Sandwich", "Torvet 3", "8700 Horsens" ,"" File to work with : Input file: Output : csv file Script 2: Second script : scrapcat

    €180 (Avg Bid)
    €180 Gns Bud
    24 bud

    ...costumer choose what he needs. Some details: - pay attention on the picture with number, the costumer can choose what part he need and add directly to shooping cart - the list of parts showing, you can see: Position, Stock Code (I do not need this one), Product Name, Pack Qty( I do no need this one), Price, Quantity and Total - you can choose differents products and "add to Cart" with only one click. - I expect you code what I want using "Pages" and "Static Blocks" of magento 1.6. This must be replicable. TOGETHER WITH THE QUOTE, I WILL ANSWER ONLY WHO SEND ME A DESCRIPTION HOW YOU PLAN TO DO THE CODE BE WORKING IN MAGENTO 1.6. IF YOU ARE EXPERT IN MAGENTO AND CAN HAND THIS JOB, GIVE ME A QUOTE. I WILL GIVE ACCESS TO MY WEBSITE, JUST AFTER YOU...

    €151 (Avg Bid)
    €151 Gns Bud
    19 bud

    I have a simple custom indicator in thinkorswim and need converted for tradovate. I hope you have knowledge of trading software. Must start and finish within a few hours. Here is code from thinkorswim that needs to be converted input RiskUnit = 150; input buffer = .00; input digits = 0; def price = close(priceType = ); def candleRangeBull = price - low + buffer; def candleRangeBear = high - price + buffer; def BullRisk = (RiskUnit) / round(candleRangeBull); def BearRisk = (RiskUnit) / round(candleRangeBear); def BullRisk1 = rounddown(Bullrisk, digits); def BearRisk1 = rounddown(Bearrisk, digits); def o = open; AddLabel(yes, "Risk: " + AsDollars(RiskUnit) + " Ele : "+ (if price > o then BullRisk1 else BearRisk1), if price > o then else );

    €71 (Avg Bid)
    €71 Gns Bud
    4 bud
    Automation script Udløbet left

    Hi Shalu S., Jeg faldt over din profil, og vil gerne tilbyde dig mit projekt. Vi kan diskutere yderligere detaljer over chat.

    €83 (Avg Bid)
    €83 Gns Bud
    1 bud

    I have a script in a Google Sheet where I'm getting an exception error: Access denied: DriveApp. There is an Archive function were projects in a Master List are updated. However, when I Archive Completed Projects I get an error: Access denied: DriveApp. I need someone to debug the code and/or otherwise tell me how to fix the issue. The particular piece of code is: function archive(){ var spreadsheet = (); var topSheet = ("Active Projects") var archiveSheet = ("Completed Projects"); var archiveCurrRow = ()+1; var topSheetRows = (); //var sheetFolder = findFolder(targetFolderId,targetFolderName) var archiveFolder = findFolder(archivedProjectsFolderId,archiv

    €23 (Avg Bid)
    €23 Gns Bud
    5 bud
    Simple php script Udløbet left

    ...a small script which searches in the database to find out how many posts there if for the current day. Search in the database pallel29_c7nordiccall_dk tabel queue_calls - It must search for the number of rows where the column queue_name2 contains CBD Nordic and the column queue_name contains 206611. Scriptet the script must count the number of rows and multiply it by 8, and then send the information in an e-mail. Subject: Dagens statistik for CBD Nordic Mail: Hej Vi har i dag håndteret [number of rows] opkald for jer, som sammenlagt har kostet [number of rows * 8] kroner. Med venlig hilsen NordicCall The information must be send to XX and BCC XX The above must also be done for the rows where queue_name2 contains Xshopping and queue_name contains 271171. Scri...

    €34 (Avg Bid)
    €34 Gns Bud
    4 bud

    ...pris lidt nærmere.." There is the direct input to type in as an example. The data will have to be provided by us, so just use example numbers. Base price is 1.700kr Any jump in price is +100 each jump Hopefully it's not necessary to point out that it's not about aesthetics, but about function and database (or whatever?) behind it. I have no idea what skills are required, so I just kept the auto-choice made by freelancer. I'll need to see links to working prototypes and not just text. I need to be able to try it out so I can be assured that it can DO what we need and not just look the part. About 85% of users will be using mobile phones. It still has to look nice and work on laptops, tablets and stationary computers and all other thinkable devices...

    €178 (Avg Bid)
    €178 Gns Bud
    22 bud

    ... Marienkäfer  Schmetterling  Heuschrecke  Libelle  fliegen  Mücke  Pfeffer  Zwiebeln Karotte  Rettich  Tomate  Salat  Sellerie  Eule  Schwan  Gans  Papagei  Pfau  Pinguin  Taube Schwalbe  Adler  Hirsch  Krokodil  Elefant  Gepard  Giraffe  Koala  Löwe  Wolf  Affe  Panda  Waschbär  Nashorn  Tiger  Bär  Eisbär  Eichhörnchen  Fuchs  Zebra  Flugzeug  Bus  Boot  Fahrrad  Schiff  Hubschrauber  Auto  U-Bahn  Motorrad  Straßenbahn  Zug  Dreirad  Elektro-Bus  Nelke  Tulpe &n...

    €22 (Avg Bid)
    €22 Gns Bud
    10 bud

    Opgaven: Telemarketing salg til små og mellemstore virksomheder i Danmark inden for bestemte brancher. Formålet er at generere leads til vores salgs-team som følger op med det egentlige salgsmøde. Du vil blive forsynet med... -De første emnelister, -Call script med info på produkter og vores erfaring indenfor de enkelte brancher, -Kort træning indenfor relevante begreber og produkter, -Skype eller andet til opkaldet. Opgaven forventes udført fra din egen adresse. Betaling sker som freelancer/selvstændig. Vi forventer, du... -Er dansk og kan tale og skrive på indfødt Dansk niveau. -Er vant til at arbejde med salg, -Ikke giver op nemt, -Kan se værdien af et langvarigt samarbejde. Nogle engelsk kundskaber t...

    €11 / hr (Avg Bid)
    €11 / hr Gns Bud
    1 bud
    Fix protocol script Udløbet left

    Python script to retrieve market data

    €122 (Avg Bid)
    €122 Gns Bud
    4 bud
    gestionale php Udløbet left

    gestione di una flotta di auto/camion.

    €13 / hr (Avg Bid)
    €13 / hr Gns Bud
    11 bud
    javascript html Udløbet left

    privet script

    €481 (Avg Bid)
    €481 Gns Bud
    40 bud

    Jeg ønsker mulighed for at en formular på en hjemmeside i aspx, automatisk udfyldes med prædeterminerede data, og indsendes hver dag et givent klokkeslæt.

    €9 - €28
    €9 - €28
    0 bud

    online test for web desiger html photoshop java script,

    €345 (Avg Bid)
    €345 Gns Bud
    9 bud

    Jeg vil gerne have følgende plugins til at virke på : Facebook Auto Publish Og et form plugin der kan tage mere end een form på siden. Feks.: WordPress Contact Forms by Cimatti

    €59 (Avg Bid)
    €59 Gns Bud
    2 bud

    Jeg har vedvarende arbejde med relation til vores tidligere projekt 'Auto delete images in Umbraco Media folders'

    €20 / hr (Avg Bid)
    €20 / hr Gns Bud
    1 bud

    Need Scrapper for data........................................................................

    €133 (Avg Bid)
    €133 Gns Bud
    5 bud

    Update past YP google script

    €139 (Avg Bid)
    €139 Gns Bud
    1 bud

    Small PHP/Java script fix on hover over

    €18 (Avg Bid)
    €18 Gns Bud
    12 bud

    Config lighttpd for Adult Video Script - AVS AVS version : 2.2

    €41 (Avg Bid)
    €41 Gns Bud
    4 bud

    E-mail market script

    €185 (Avg Bid)
    €185 Gns Bud
    1 bud
    Script fix Udløbet left

    one fix script

    €32 (Avg Bid)
    €32 Gns Bud
    1 bud
    Another VO script Udløbet left

    Voiceover script

    €23 / hr (Avg Bid)
    €23 / hr Gns Bud
    1 bud

    We want Remote Desktop software (for Mac & Win) like Team Viewer with all its functionality. Please send us ALL THE FEATURES and specification of what you will be providing. Along with the FINAL PRICE Note: 1. Complete and PROPER Source Code with documentation required. 2. No Copyright Script or GPL script. 3. No third-party tools.

    €231 - €693
    €231 - €693
    0 bud
    Cookie script Udløbet left

    Hej. Jeg har brug for at få indsat et cookie script i min footer samt et billede.

    €36 (Avg Bid)
    €36 Gns Bud
    5 bud

    Jag har pågående arbete relaterat till vårat tidigare projektLooking for PRO Sales Copy writing Emails and Auto responded, Homepage'

    €5 - €5 / hr
    €5 - €5 / hr
    0 bud

    df hdd jdj d d d dri dtidrueue ue4u 4e ue4u e4u 4eu erujdru jdrudrudr udr udru drudgdxtwseudr sr ursdu dr dr dru

    €289 (Avg Bid)
    €289 Gns Bud
    1 bud
    Php script Udløbet left

    As i discussed you

    PHP
    €2 / hr (Avg Bid)
    €2 / hr Gns Bud
    1 bud

    Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script

    €3 / hr (Avg Bid)
    €3 / hr Gns Bud
    2 bud

    I need help with my Google Chrome extension. I developed a JavaScript script that retrieves the content of a comment and a message and intends to insert . However, I am having difficulty with the process. The feature should apply to platforms like Facebook, Instagram and LinkedIn. This should be a simple task.

    €15 (Avg Bid)
    €15 Gns Bud
    5 bud

    DATA SCRAPPING DATABASE This is an interesting overview of the steps that might be involved in completing this project: 1. Develop a web scraping script using Python (e.g., BeautifulSoup, Scrapy) to extract data from relevant grant databases and websites (if possible, considering anti-scraping measures). Sites to be scraped: 2. Design a database schema to store the extracted data. 3. Write scripts to clean, transform, and load the data into the database. 4. Design a WordPress directory listing interface with search filters to display the grant information. 5. Develop a user interface to query and display the grant information based on customer criteria 6. Create a Python plugin for WordPress to automate the scraping

    €14 / hr (Avg Bid)
    €14 / hr Gns Bud
    51 bud

    I'm looking for a professional who can handle both script writing and video editing for my project. - The primary goal of the project is to create educational content for adults. - The ideal candidate should be skilled at creating engaging, informative scripts. - Experience with video editing software is crucial, especially in translating the script into a visually appealing final product. - Bonus points if you have experience creating educational content. Looking forward to working together, and seeing engaging educational content come to life. Thank u

    €10 / hr (Avg Bid)
    €10 / hr Gns Bud
    7 bud

    I'm looking for an experienced Automotive Engineer who can convert the entire transmission system of my Toyota Corolla, a hatchback car, from automatic to manual. Key Requirements: - Expertise in Auto to Manual Transmission Conversion. - Specific experience with Toyota Corolla models preferred. - Ability to explain the process and provide consultation. Your primary responsibility will be to completely convert the current automatic transmission system to a manual one. I seek a highly skilled and reliable professional who guarantees a smooth and efficient transition. This conversion should result in an optimized performance and enhanced driving experience. Please detail your experience with similar projects in your proposal. I look forward to working with you.

    €1149 (Avg Bid)
    €1149 Gns Bud
    12 bud
    Chrome Extension Feature Addition 6 dage left
    VERIFICERET

    I need help with my Google Chrome extension. I developed a JavaScript script that retrieves the content of a comment and a message and intends to insert . However, I am having difficulty with the process. The feature should apply to platforms like Facebook, Instagram and LinkedIn. This should be a simple task.

    €16 (Avg Bid)
    €16 Gns Bud
    12 bud

    ...Brief + button to go to the individual course landing page. 1-ON-1 CONSULTANCY: Copy to offer mentoring. Plugin to schedule a call automatically in Google Calendar. The client chooses the day/time. ABOUT ME: Brief section to introduce who I am. TESTIMONIALS: Testimonials that scroll from right to left when clicked. FAQS: Main Questions and Answers. Only the questions are visible. You need to click to expand the answer. PRICES: There will be 4 offers. Each offer has bullet points to name the main features. When you press "buy," it redirects to Hotmart to make the payment and receive the content with drip content. BOTTOM RIGHT CORNER: Button for inquiries via WhatsApp and Telegram. --- INTERNAL PAGE FOR CODEPENDENCY COURSE: Copy + purchase buttons that redirect to...

    €240 (Avg Bid)
    €240 Gns Bud
    27 bud

    I have a lot of data in a spreadheet. Have a look at attached spreadsheet. I need the sheet named "auto made" to be automaticly made. (it is now manually filled with data) What triggers data to be in "auto made" sheet is the value 1 in Ordre!B column. If no value in Ordre!B column the "auto made" sheet will only have headers. Description on where the data is from is described in row 10 in "auto made" sheet. This row 10 need to be deleted to make the spreadsheet work for my import

    €110 (Avg Bid)
    €110 Gns Bud
    41 bud

    ...should be able to perform the following functions: - Send messages to individual contacts on Google Voice - Support precise date and time scheduling for these messages -Automated Sending with customized message example: message example {name} and {adsress} -Custom delay settings for each message -Multiple Profile Sender (custom threads) with multiple Proxy support (enable/disable proxy) -Auto login accounts - Auto Skip Terminated Accounts -License system for users -Sending reports Ideal Skills and Experience: - Proficient in Python programming - Experience in developing GUI applications - Familiarity with Google Voice API is a definite plus - Strong understanding of message scheduling mechanisms is preferable I'd like the software to be user-friendly and run smoot...

    €218 (Avg Bid)
    €218 Gns Bud
    13 bud

    ...editor who can help me create visually appealing and engaging thumbnails for my channel. Key Requirements: 1. Adobe Photoshop Expertise: I strongly prefer professionals familiar with Adobe Photoshop. Please note that proficiency in this software is a must for this role. 2. CTR Optimization: I'm looking for someone with a keen understanding of what makes a thumbnail effective in generating high click-through rates. You should be able to create thumbnails that are both attractive and purposefully engineered to draw in viewers. 3. Creative and Versatile: You'll be asked to work with a variety of styles and themes for different video topics. You should be able to adapt to different requirements and deliver consistently high-quality work. 4. Content Elements: Your thumb...

    €20 (Avg Bid)
    €20 Gns Bud
    46 bud
    Browser Extension Developer Needed 6 dage left
    VERIFICERET

    ...create a dedicated browser extension. I'm seeking a professional with the following requirements: - A proven track record in developing browser extensions. - Proficiency in JavaScript for the execution of sign-in process. - Understanding of auto-complete functionality in Edge and Chrome. - Experience in ensuring the secure storage of login credentials. - Sample extension script provided with link to website The primary goal of the extension will be to streamline and automate the sign-in process across various platforms. This will involve a robust auto-complete feature and JavaScript scripting to execute the sign-in process. Should you have the necessary skills and experience in the development of browser extensions, and a strong grasp of JavaScript, please ...

    €91 (Avg Bid)
    €91 Gns Bud
    21 bud

    ...purposes. Your work will be crucial in creating and enhancing reporting for accessing all tables and columns of data that I will need to build comprehensive, robust reporting. Success and competition of this project is defined as: Freelancer must provide a working solution to me. Freelancer must demo it to me working on their side, and on my side. Freelancer should ensure I can easily run this script or program on demand on my side, and that I am happy with the results. Freelancer must also be experienced and proficient in Amazon Seller Central and marketing metrics. Freelancer must be experienced and knowledgeable in Amazon policies and metrics. Proficiency in working with Amazon Seller Central and marketing metrics is essential for success in this role. Ideal Skills: -Ex...

    €137 (Avg Bid)
    €137 Gns Bud
    23 bud

    ...page (separate login for data entry operators, data is published online once validated by a proper assigned user on the admin side) - Public users (no login required) o Can search universities based on key factors such as country, program name etc., - Registered student users (have an account) o Can shortlist university programs which will show in their profile - Premium paid student users: o Can click on “apply” to start applying to a university course o Can apply to multiple university courses/programs • Student Profile Section: - Registered user: o Can add and remove universities to their shortlist o Can update their profile with all the required details o Can upload CV and other documents - Premium users: o Can create a calendar or planner to track upcoming ...

    €1238 (Avg Bid)
    €1238 Gns Bud
    55 bud
    Shell Script for Automating Tasks 6 dage left
    VERIFICERET

    I am in need of a shell script that can automate some basic file operations for me. The tasks I am looking to automate include copying, moving, and deleting files. Key Requirements: - The shell script should be designed to automate repetitive tasks, making my workflow more efficient and less manual. - The script is expected to handle basic file operations with ease and accuracy. Ideal Experience: - Proven experience in shell scripting and automation - Strong understanding of basic file system operations - Familiarity with designing scripts for repetitive tasks Please note that I do not require the script to interact with any other software or services. It's a standalone tool for handling file operations.

    €10 / hr (Avg Bid)
    €10 / hr Gns Bud
    11 bud

    logo un qualcosa che resti impresso giovane facile Easy Logo della rivendita Garage24

    €19 (Avg Bid)
    €19 Gns Bud
    26 bud

    ...the accuracy and efficiency of the auditing process. We're looking for a talented AI/ML specialist to help build our smart contract auditing bot/script. We're hoping to use ML/AI or something similar to train the model on the data found in Please only apply if you: - Are 100% certain you can build this/know how to build this. - Have CLEAR EVIDENCE of previously built bots. - Have an understanding of web3 or are easily able to learn new concepts. - Are able to submit a CLEAR plan of how you will build the bot/script and how long it will take. Additionally, please provide: - A proposal with your pricing for creating the script/bot. - A separate proposal with pricing for a detailed methodology/plan on how to conduct such a project. That we can build on o...

    €87 (Avg Bid)
    €87 Gns Bud
    21 bud